summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/pdo_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-26 13:30:10 +0200
committerAndrey Andreev <narf@bofh.bg>2012-03-26 13:30:10 +0200
commitc6a68e04169802c8aa82e41634ce350eafd1ec1e (patch)
treec8aba45aac54706c5bb4be8acc8c865a52d35991 /system/database/drivers/pdo/pdo_driver.php
parent4cf4fa0b2f04253b266aec345108b57de0bf485e (diff)
Add visibility declarations where they remain missing
Diffstat (limited to 'system/database/drivers/pdo/pdo_driver.php')
-rw-r--r--system/database/drivers/pdo/pdo_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php
index 19338e30f..f336eb0ab 100644
--- a/system/database/drivers/pdo/pdo_driver.php
+++ b/system/database/drivers/pdo/pdo_driver.php
@@ -484,7 +484,7 @@ class CI_DB_pdo_driver extends CI_DB {
* @param string
* @return string
*/
- function count_all($table = '')
+ public function count_all($table = '')
{
if ($table == '')
{