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 95... Zeile 95...
95
	 * Drop database
95
	 * Drop database
96
	 *
96
	 *
97
	 * @param	string	$db_name	(ignored)
97
	 * @param	string	$db_name	(ignored)
98
	 * @return	bool
98
	 * @return	bool
99
	 */
99
	 */
100
	public function drop_database($db_name = '')
100
	public function drop_database($db_name)
101
	{
101
	{
102
		if ( ! ibase_drop_db($this->conn_id))
102
		if ( ! ibase_drop_db($this->conn_id))
103
		{
103
		{
104
			return ($this->db->db_debug) ? $this->db->display_error('db_unable_to_drop') : FALSE;
104
			return ($this->db->db_debug) ? $this->db->display_error('db_unable_to_drop') : FALSE;
105
		}
105
		}