mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Remove unused variable
This commit is contained in:
parent
83252a6e47
commit
006f8c1823
@ -796,7 +796,6 @@ class Select extends Etemplate\Widget
|
||||
// type = app name
|
||||
$options = $form_name ? self::selOptions($form_name) : array();
|
||||
$new_value = array();
|
||||
$i = 0;
|
||||
$appname = $type ? $type : ($widget && $widget->attrs['appname'] ?
|
||||
self::expand_name($widget->attrs['appname'], 0, 0,'','',self::$cont) : '');
|
||||
if($appname)
|
||||
|
Loading…
Reference in New Issue
Block a user