Skip to content

Commit 27ba5e6

Browse files
committed
Close bcit-ci#4313
1 parent ce8fa5a commit 27ba5e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

system/database/DB_driver.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,18 @@ public function db_select()
504504

505505
// --------------------------------------------------------------------
506506

507+
/**
508+
* Last error
509+
*
510+
* @return array
511+
*/
512+
public function error()
513+
{
514+
return array('code' => NULL, 'message' => NULL);
515+
}
516+
517+
// --------------------------------------------------------------------
518+
507519
/**
508520
* Set client character set
509521
*

0 commit comments

Comments
 (0)