Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
7e11b332
Commit
7e11b332
authored
Jun 24, 2013
by
Alan Garcia
Browse files
Debug restant datant de la mise en place de la class ACTION
parent
3b55dc6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/class/m_admin.php
View file @
7e11b332
...
...
@@ -697,10 +697,10 @@ EOF;
$archive
=
variable_get
(
'archive_del_data'
);
$path
=
getuserpath
(
$tt
[
'login'
]);
if
(
$archive
==
1
){
echo
(
"archive"
);
#
echo("archive");
$action
->
archive
(
$path
,
"html"
);
}
else
{
echo
(
"del"
);
#
echo("del");
$action
->
del
(
$path
);
}
$hooks
->
invoke
(
"alternc_del_member"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment