Fix bug : SQL Error in fiche.inc.php due to merge
This commit is contained in:
parent
f49c4cb17e
commit
7add131124
1 changed files with 1 additions and 1 deletions
|
|
@ -2004,7 +2004,7 @@ class Fiche
|
|||
[$this->id]);
|
||||
if ( $count > 0 ) return TRUE;
|
||||
|
||||
$count=$this->cn->get_value("select count(*)
|
||||
$count=$this->cn->get_value("
|
||||
select count(*)
|
||||
from attr_def
|
||||
join fiche_detail using (ad_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue