Fix ga_id not set

This commit is contained in:
sparkyx 2007-12-27 17:12:48 +00:00
parent 28e55f1099
commit e8be2b0a4e

View file

@ -95,6 +95,7 @@ class Anc_Group {
$sql=" select ga_id,ga_description from groupe_analytique";
$r=ExecSql($this->db,$sql);
$array=pg_fetch_all($r);
$res=array();
if ( ! empty($array)) {
foreach ($array as $m ) {
$obj= new Anc_Group($this->db);