Vergleich inc/db_mysql.php - 1.4.0 - 1.4.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: db_mysql.php 3902 2008-06-11 02:21:37Z Tikitiki $

 * $Id: db_mysql.php 4067 2008-08-04 03:59:08Z Tikitiki $

 */

class DB_MySQL

 */

class DB_MySQL

Zeile 1284Zeile 1284
	}
}


	}
}


if(!class_exists('databaseEngine'))
{
class databaseEngine extends DB_MySQL {
}
}

 
?>

?>