Example #1
0
 /**
  * Display an error message
  *
  * @access        public
  * @param        string        the error message
  * @param        string        any "swap" values
  * @param        boolean        whether to localize the message
  * @return        string        sends the application/error_db.php template
  */
 function display_error($error = '', $swap = '', $native = FALSE)
 {
     Fn::core_db_error_handler($error, $swap, $native);
 }