diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/select.php | 16 |
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; - } - -} -*/ |
