diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-12-07 17:09:02 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-12-07 17:09:02 +0100 |
commit | 7d1cb9f52c3cdc0eb39a771309d785fc307dfc4f (patch) | |
tree | 518b689290105c6af18ee0a1db825ba683c2b108 | |
parent | 65338d5c5b6e16f4c385083edb2c1f0bd605dd59 (diff) |
cosmetic change
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | system/application/models/file_mod.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |