Remove dead code

This commit is contained in:
Dany De Bontridder 2010-07-28 10:20:46 +00:00
parent 53e211b571
commit 9d8b05c73c

View file

@ -651,12 +651,10 @@ av_text1=>'name'
if (isNumber($v) == 1 || strpos($v,',') != 0)
{
$parameter=array($this->id,$v);
// $sql=sprintf("select account_insert(%d,'%s')",$this->id,$v);
}
else
{
$parameter=array($this->id,null);
// $sql=sprintf("select account_insert(%d,null)", $this->id);
}
$this->cn->exec_sql("select account_insert($1,$2)",$parameter);
} catch (Exception $e) {