Implémentation de la suppression
This commit is contained in:
parent
d65f370a94
commit
d2ee961fe6
@ -55,6 +55,17 @@ if ($HTTP_POST_VARS["action"] == 'add')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($action == "delete")
|
||||||
|
{
|
||||||
|
$sql = "DELETE FROM llx_notify_def";
|
||||||
|
$sql .= " WHERE rowid = $actid";
|
||||||
|
|
||||||
|
if ($db->query($sql))
|
||||||
|
{
|
||||||
|
// TODO ajouter une sécu pour la suppression
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user