summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/ibase
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-05 11:06:34 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-05 11:06:34 +0200
commit5ca0513e1af6c2498f6f28b769c30d762495389f (patch)
treeb21e1305dfc21749960284371312a1c289ff8f82 /system/database/drivers/ibase
parent26086874ebb5425a38e879018f9a654182f93b40 (diff)
Change DB_result::num_rows default value to NULL
Diffstat (limited to 'system/database/drivers/ibase')
-rw-r--r--system/database/drivers/ibase/ibase_result.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/database/drivers/ibase/ibase_result.php b/system/database/drivers/ibase/ibase_result.php
index 4aaaaba4a..6a607f589 100644
--- a/system/database/drivers/ibase/ibase_result.php
+++ b/system/database/drivers/ibase/ibase_result.php
@@ -21,7 +21,7 @@
* @copyright Copyright (c) 2008 - 2012, EllisLab, Inc. (http://ellislab.com/)
* @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
* @link http://codeigniter.com
- * @since Version 3.0
+ * @since Version 1.0
* @filesource
*/
@@ -33,11 +33,10 @@
* @category Database
* @author EllisLab Dev Team
* @link http://codeigniter.com/user_guide/database/
+ * @since 3.0
*/
class CI_DB_ibase_result extends CI_DB_result {
- public $num_rows;
-
/**
* Number of rows in the result set
*