remove parenthesis not usefull

This commit is contained in:
fhenry 2013-01-15 11:11:24 +01:00
parent f214c06b1e
commit 52b4d98849

View File

@ -441,7 +441,7 @@ class ExtraFields
$array_name_label=array();
// For avoid conflicts with external modules
if ((! empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) && (!$forcecheck))
if (!empty($conf->global->MAIN_EXTRAFIELDS_DISABLED) && !$forcecheck)
return $array_name_label;
$sql = "SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired";