diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2016-02-04 19:02:39 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-02-04 23:59:07 +0100 |
commit | 27eb5c9e63b15643f9648bb7198c680010debbd1 (patch) | |
tree | a83d946022f3d5978a4aa81921b47609ed64bf13 /system/database | |
parent | 105a48bbfc97be5902dbe80f90f8936fe174c9cf (diff) |
[ci skip] fix comment
Diffstat (limited to 'system/database')
-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 bad641d17..848516adc 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1793,7 +1793,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: * |