remove ancient non-comment
This commit is contained in:
parent
9ca07641d2
commit
6c4fd0d14d
@ -149,7 +149,6 @@ class Image {
|
|||||||
assert(is_array($tags));
|
assert(is_array($tags));
|
||||||
global $database;
|
global $database;
|
||||||
if(count($tags) == 0) {
|
if(count($tags) == 0) {
|
||||||
#return $database->get_one("SELECT COUNT(*) FROM images");
|
|
||||||
$total = $database->cache->get("image-count");
|
$total = $database->cache->get("image-count");
|
||||||
if(!$total) {
|
if(!$total) {
|
||||||
$total = $database->get_one("SELECT COUNT(*) FROM images");
|
$total = $database->get_one("SELECT COUNT(*) FROM images");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user