Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 4 → Rev 5

/_taios.php
13,7 → 13,7
$this->drawnMiddle = false;
$this->drawnFooter = false;
$this->db = mysql_connect($mysql_host, $mysql_username, $mysql_password);
$this->db = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD);
if (!$this->db)
{
$this->drawError('Failed to connect to database: ' . mysql_error());