From 7d1cb9f52c3cdc0eb39a771309d785fc307dfc4f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 7 Dec 2010 17:09:02 +0100 Subject: cosmetic change Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index 8716158ad..ec85ebb5a 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -50,7 +50,7 @@ class File_mod extends Model { function get_filedata($id) { $sql = ' - SELECT hash,filename,mimetype, date + SELECT hash, filename, mimetype, date FROM `files` WHERE `id` = ? LIMIT 1'; -- cgit v1.2.3-24-g4f1b