Remove global

This commit is contained in:
Dany De Bontridder 2014-11-18 01:26:34 +01:00
parent 8729603943
commit 80c2345764

View file

@ -61,9 +61,8 @@ class Profile_sql extends Noalyss_SQL
$this->default = array(
"p_id" => "auto",
);
global $cn;
parent::__construct($cn,$p_id);
parent::__construct($p_cn,$p_id);
}