IRC notifier

This commit is contained in:
Latif Khalifa
2013-10-04 08:12:26 +02:00
parent da13fdf4ee
commit 1000c4d743
5 changed files with 39 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class DBH
function log($line)
{
//return;
return;
static $f = false;
static $failed = false;
@@ -54,8 +54,8 @@ class DBH
}
$this->query("SET SQL_MODE='TRADITIONAL'");
$this->query("SET NAMES 'utf8'");
//$this->query("SET SQL_MODE='TRADITIONAL'");
$this->query("SET NAMES 'utf8'");
return true;
}