Take out one notice...

This commit is contained in:
stronk7
2003-12-01 20:38:09 +00:00
parent 37afa39a5e
commit 97a49e63ed
+2
View File
@@ -206,6 +206,8 @@
//This function return the names of all directories under a give directory
//Not recursive
function list_directories ($rootdir) {
$results = null;
$dir = opendir($rootdir);
while ($file=readdir($dir)) {