Vergleich inc/db_mysql.php - 1.2.9 - 1.2.11
Zeile 6 | Zeile 6 |
---|---|
* Website: http://www.mybboard.net |
* Website: http://www.mybboard.net |
* $Id: db_mysql.php 3030 2007-04-26 00:19:47Z Tikitiki $ | * $Id: db_mysql.php 3251 2007-07-31 03:24:36Z Tikitiki $ |
*/ | */ |
Zeile 111 | Zeile 111 |
*/ |
*/ |
return @mysql_select_db($database, $this->link) or $this->dberror(); | global $config; |
} | } |