diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2016-02-04 19:02:39 +0100 |
---|---|---|
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2016-02-04 19:02:39 +0100 |
commit | b864ece65755e91e28a802824da7e4beebab3a9c (patch) | |
tree | 1a4dcec2a6a36a4f2d8e7ad3749381bd7283a11d /system | |
parent | e54c461d77ffce9f10999ca51bb2e3932304639b (diff) |
[ci skip] fix comment
Diffstat (limited to 'system')
-rw-r--r-- | system/database/DB_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index e565f0fd1..1b52bf3b8 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1731,7 +1731,7 @@ abstract class CI_DB_driver { * the table prefix onto it. Some logic is necessary in order to deal with * column names that include the path. Consider a query like this: * - * SELECT * FROM hostname.database.table.column AS c FROM hostname.database.table + * SELECT hostname.database.table.column AS c FROM hostname.database.table * * Or a query with aliasing: * |