remove ancient non-comment

This commit is contained in:
Shish 2012-06-24 01:49:53 +01:00
parent 9ca07641d2
commit 6c4fd0d14d

View File

@ -149,7 +149,6 @@ class Image {
assert(is_array($tags));
global $database;
if(count($tags) == 0) {
#return $database->get_one("SELECT COUNT(*) FROM images");
$total = $database->cache->get("image-count");
if(!$total) {
$total = $database->get_one("SELECT COUNT(*) FROM images");