[go: up one dir, main page]

Menu

#3 survey.inc.php

open
nobody
None
5
2004-10-05
2004-10-05
No

line 1839

deltree ($path); // base directory is now empty

changed to

$this->deltree ($path); // base directory is now empty

We can now delete survey projects. they do not appear
in the listing interface anymore.

There is still a problem with the function thought. The
directory cannot be removed by the rmdir function
because it is not empty, the deltree function is
malfunctionning in a sense that it does not remove all
the files, but at least the interface is not broken
anymore

Discussion


Log in to post a comment.