diff options
| author | Horus3 | 2014-02-19 22:30:20 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-19 22:30:20 +0100 |
| commit | ab47d27ab0289aeaa94f240dd2a5ca7d5bbad250 (patch) | |
| tree | aee48dbf4d440d66d6bf0dfe01ffac2e7bd2fbf0 /www | |
| parent | 786428a5f2636c189e97111f7b706a5e0e4b6f30 (diff) | |
| download | files.iamfabulous.de-ab47d27ab0289aeaa94f240dd2a5ca7d5bbad250.tar.gz | |
cleaned up
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; - } - -} -*/ |
