Subversion-Projekte lars-tiefland.ci

Revision

Revision 68 | Revision 2049 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 68 Revision 1257
Zeile 109... Zeile 109...
109
	 * Drop database
109
	 * Drop database
110
	 *
110
	 *
111
	 * @param	string	$db_name	(ignored)
111
	 * @param	string	$db_name	(ignored)
112
	 * @return	bool
112
	 * @return	bool
113
	 */
113
	 */
114
	public function drop_database($db_name = '')
114
	public function drop_database($db_name)
115
	{
115
	{
116
		if ( ! ibase_drop_db($this->conn_id))
116
		if ( ! ibase_drop_db($this->conn_id))
117
		{
117
		{
118
			return ($this->db->db_debug) ? $this->db->display_error('db_unable_to_drop') : FALSE;
118
			return ($this->db->db_debug) ? $this->db->display_error('db_unable_to_drop') : FALSE;
119
		}
119
		}