1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Code cleanup

This commit is contained in:
Cameron
2019-05-26 17:05:29 -07:00
parent f1081c2b21
commit eb6401385e
8 changed files with 510 additions and 1385 deletions

View File

@@ -16,7 +16,7 @@ foreach($flist as $f)
if($bc[$f]['sep'])
if(isset($bc[$f]['sep']))
{
$ret .= $bc[$f]['sep'];
}
@@ -31,7 +31,7 @@ if(deftrue('BOOTSTRAP'))
foreach($flist as $f)
{
if($bc[$f]['value'])
if(isset($bc[$f]['value']))
{
$opt[] = $bc[$f]['value'];
}