Skip to content

Commit

Permalink
Fix previous bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed May 10, 2013
1 parent 4bb6bd8 commit 0d13b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Expand Up @@ -1711,7 +1711,7 @@ function fetchObjectLinked($sourceid='',$sourcetype='',$targetid='',$targettype=
$sql.= "(fk_source = '".$sourceid."' AND sourcetype = '".$sourcetype."')";
$sql.= " ".$clause." (fk_target = '".$targetid."' AND targettype = '".$targettype."')";
}
$sql = ' ORDER BY sourcetype';
$sql .= ' ORDER BY sourcetype';
//print $sql;

dol_syslog(get_class($this)."::fetchObjectLink sql=".$sql);
Expand Down

0 comments on commit 0d13b8d

Please sign in to comment.