Debug restant datant de la mise en place de la class ACTION
This commit is contained in:
parent
3b55dc6db4
commit
7e11b3323f
|
@ -697,10 +697,10 @@ EOF;
|
||||||
$archive=variable_get('archive_del_data');
|
$archive=variable_get('archive_del_data');
|
||||||
$path=getuserpath($tt['login']);
|
$path=getuserpath($tt['login']);
|
||||||
if($archive == 1 ){
|
if($archive == 1 ){
|
||||||
echo("archive");
|
#echo("archive");
|
||||||
$action->archive($path,"html");
|
$action->archive($path,"html");
|
||||||
}else{
|
}else{
|
||||||
echo("del");
|
#echo("del");
|
||||||
$action->del($path);
|
$action->del($path);
|
||||||
}
|
}
|
||||||
$hooks->invoke("alternc_del_member");
|
$hooks->invoke("alternc_del_member");
|
||||||
|
|
Loading…
Reference in New Issue