diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 13:30:10 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 13:30:10 +0200 |
commit | c6a68e04169802c8aa82e41634ce350eafd1ec1e (patch) | |
tree | c8aba45aac54706c5bb4be8acc8c865a52d35991 /system/database/drivers/pdo/pdo_driver.php | |
parent | 4cf4fa0b2f04253b266aec345108b57de0bf485e (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.php | 2 |
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 == '') { |