From 97adf947afbf8ad31c0c31bc3b3f77098d3e8f4e Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 21 Nov 2011 13:54:59 -0200 Subject: Coding standard --- imagecache_auto.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imagecache_auto.inc') diff --git a/imagecache_auto.inc b/imagecache_auto.inc index 788b195..ef751a7 100644 --- a/imagecache_auto.inc +++ b/imagecache_auto.inc @@ -135,7 +135,7 @@ function imagecache_auto_presets() { * Number of existing presets. */ function imagecache_auto_count_presets() { - $query = 'SELECT COUNT(presetid) AS count FROM imagecache_preset'; + $query = 'SELECT COUNT(presetid) AS count FROM {imagecache_preset}'; $result = db_query($query); $count = db_fetch_object($result); return $count->count; -- cgit v1.2.3