summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mysqli
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-26 14:54:23 +0200
committerAndrey Andreev <narf@bofh.bg>2012-03-26 14:54:23 +0200
commita8bb4be3b2aa5984c465bbcf1ef51fd3eba92208 (patch)
treef44908cbe543cfed6343b87f33eeadedcabdb75e /system/database/drivers/mysqli
parentbb30d79ef0a7d2a3949c479783ab2a1390118836 (diff)
Remove remaining access description lines from database classes and styleguide example
Diffstat (limited to 'system/database/drivers/mysqli')
-rw-r--r--system/database/drivers/mysqli/mysqli_driver.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php
index 4c5d52127..041daf710 100644
--- a/system/database/drivers/mysqli/mysqli_driver.php
+++ b/system/database/drivers/mysqli/mysqli_driver.php
@@ -357,7 +357,6 @@ class CI_DB_mysqli_driver extends CI_DB {
*
* Generates a platform-specific query string so that the table names can be fetched
*
- * @access private
* @param bool
* @return string
*/