Some cleanup, setup improvements and other misc items
This commit is contained in:
@@ -19,6 +19,8 @@ abstract class StaticList {
|
||||
|
||||
if (! $table)
|
||||
return 'No Table';
|
||||
elseif (! $id AND empty($table[$id]))
|
||||
return '';
|
||||
elseif (empty($table[$id]))
|
||||
return sprintf('No Value (%s)',$id);
|
||||
else
|
||||
|
Reference in New Issue
Block a user