2
0
forked from Wavyzz/dolibarr

Removed duplicated SQL error logging

This commit is contained in:
Marcos García de La Fuente
2014-06-13 02:28:30 +02:00
parent 74ee3e9823
commit 56abf1cd72
68 changed files with 4 additions and 295 deletions

View File

@@ -4209,7 +4209,6 @@ function dol_getIdFromCode($db,$key,$tablename,$fieldkey='code',$fieldid='id')
}
else
{
dol_syslog("dol_getIdFromCode error=".$db->lasterror(), LOG_ERR);
return -1;
}
}