summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32014-02-19 22:30:20 +0100
committerHorus32014-02-19 22:30:20 +0100
commitab47d27ab0289aeaa94f240dd2a5ca7d5bbad250 (patch)
treeaee48dbf4d440d66d6bf0dfe01ffac2e7bd2fbf0
parent786428a5f2636c189e97111f7b706a5e0e4b6f30 (diff)
downloadfiles.iamfabulous.de-ab47d27ab0289aeaa94f240dd2a5ca7d5bbad250.tar.gz
cleaned up
-rw-r--r--www/select.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/select.php b/www/select.php
index f873b51..c609dbe 100644
--- a/www/select.php
+++ b/www/select.php
@@ -17,19 +17,3 @@ function select_db ($parentdir, $owner){
return $array;
}
-
-/*
-$rows = $db->query("SELECT count(*) as count FROM files WHERE owner=$owner;");
-$row = $rows->fetchArray();
-$numRows = $row["count"];
-
-for($i=0;$i<$numRows;$i++){
-
-
- if(!$db->exec("SELECT id FROM files WHERE folder=$parent;")){
- echo "Break!";
- exit;
- }
-
-}
-*/