svncommit
2007-11-09 fe89f82e2e5857f5b3a88f48bcfb840d2d680b04
program/include/rcube_db.inc
@@ -426,6 +426,22 @@
    }
  /**
   * Escapes a string
   *
   * @param  string  The string to be escaped
   * @return string  The escaped string
   * @access public
   */
  function escapeSimple($str)
    {
    if (!$this->db_handle)
      $this->db_connect('r');
    return $this->db_handle->escapeSimple($str);
    }
  /*
   * Return SQL function for current time and date
   *
@@ -580,4 +596,4 @@
  }  // end class rcube_db
?>
?>