commit | c6a68e04169802c8aa82e41634ce350eafd1ec1e | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Mar 26 14:30:10 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Mar 26 14:30:10 2012 +0300 |
tree | c8aba45aac54706c5bb4be8acc8c865a52d35991 | |
parent | 4cf4fa0b2f04253b266aec345108b57de0bf485e [diff] [blame] |
Add visibility declarations where they remain missing
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php index 19338e3..f336eb0 100644 --- a/system/database/drivers/pdo/pdo_driver.php +++ b/system/database/drivers/pdo/pdo_driver.php
@@ -484,7 +484,7 @@ * @param string * @return string */ - function count_all($table = '') + public function count_all($table = '') { if ($table == '') {