mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Code cleanup
This commit is contained in:
@@ -531,7 +531,7 @@ class db_verify
|
||||
function fixForm($file,$table,$field, $newvalue,$mode,$after ='')
|
||||
{
|
||||
$frm = e107::getForm();
|
||||
$text .= $frm->checkbox("fix[$file][$table][$field][]", $mode, false, array('id'=>false));
|
||||
$text = $frm->checkbox("fix[$file][$table][$field][]", $mode, false, array('id'=>false));
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user