aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-09 02:11:26 +0100
committerThomas Willingham <founder@kakste.com>2013-09-09 02:11:26 +0100
commit256ee236ad53beb1bc3fec43d716ce25856f618d (patch)
tree94fa6a3bb0ab443241e13ca07b3aef99384f2109
parentd2b4ba7be6adee976972091d4fe11fe08016341b (diff)
downloadvolse-hubzilla-256ee236ad53beb1bc3fec43d716ce25856f618d.tar.gz
volse-hubzilla-256ee236ad53beb1bc3fec43d716ce25856f618d.tar.bz2
volse-hubzilla-256ee236ad53beb1bc3fec43d716ce25856f618d.zip
Kill logger
-rw-r--r--mod/filestorage.php3
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(