summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorClaudio Galdiolo <claudio.galdiolo@gmail.com>2016-02-04 19:02:39 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-04 23:59:07 +0100
commit27eb5c9e63b15643f9648bb7198c680010debbd1 (patch)
treea83d946022f3d5978a4aa81921b47609ed64bf13 /system/database/DB_driver.php
parent105a48bbfc97be5902dbe80f90f8936fe174c9cf (diff)
[ci skip] fix comment
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
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:
*