]> wagnertech.de Git - timetracker.git/blobdiff - group_edit.php
A bit of refactoring in time.php.
[timetracker.git] / group_edit.php
index 08c1db59061d5f46e70fb7fe5f4a86d49850d347..6a16dc1f0c9148db6c8a4ecb5763da10fc114a6c 100644 (file)
@@ -112,6 +112,7 @@ if (count($groups) > 1) {
     'data'=>$groups,
     'datakeys'=>array('id','name')));
   $form->addInput(array('type'=>'hidden','name'=>'group_changed'));
+  $smarty->assign('group_dropdown', 1);
 }
 $form->addInput(array('type'=>'text','maxlength'=>'200','name'=>'group_name','value'=>$cl_group,'enable'=>$advanced_settings));
 $form->addInput(array('type'=>'textarea','name'=>'description','style'=>'width: 250px; height: 40px;','value'=>$cl_description));