diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/filestorage.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php index 72112271d..41055f98e 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -48,13 +48,10 @@ $r = q("select * from attach where uid = %d order by filename asc", $limit = service_class_fetch ($owner,'attach_upload_limit'); -// if($limit !== false) { $r = q("select sum(filesize) as total from attach where uid = %d ", intval($owner) ); $used = $r[0]['total']; -//} - logger('limit: ' . print_r($limit,true)); $url = z_root() . "/filestorage/" . $which; return $o . replace_macros(get_markup_template("filestorage.tpl"), array( |