From ab47d27ab0289aeaa94f240dd2a5ca7d5bbad250 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 19 Feb 2014 22:30:20 +0100 Subject: cleaned up --- www/select.php | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'www') 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; - } - -} -*/ -- cgit v1.2.3