X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftimer.php;h=cdb32c7b84ae8e8952e87d59c95163f42bdbb067;hb=35a31772d8757e92f7c2c538019c504f80d7a7ba;hp=8a82bb6d9bc3a047b26eb4cb58efad1b7cd53fb7;hpb=2b33db994ef8ee17de49df35afac00e4b1a6d45b;p=timetracker.git diff --git a/mobile/timer.php b/mobile/timer.php index 8a82bb6d..cdb32c7b 100644 --- a/mobile/timer.php +++ b/mobile/timer.php @@ -155,7 +155,7 @@ if (MODE_PROJECTS_AND_TASKS == $user->tracking_mode) { 'empty'=>array(''=>$i18n->getKey('dropdown.select')))); } if ($user->isPluginEnabled('iv')) - $form->addInput(array('type'=>'checkbox','name'=>'billable','data'=>1,'value'=>$cl_billable,'enable'=>$enable_controls)); + $form->addInput(array('type'=>'checkbox','name'=>'billable','value'=>$cl_billable,'enable'=>$enable_controls)); $form->addInput(array('type'=>'hidden','name'=>'browser_today','value'=>'')); // User current date, which gets filled in on button click. $form->addInput(array('type'=>'hidden','name'=>'browser_time','value'=>'')); // User current time, which gets filled in on button click. $enable_start = $uncompleted ? false : true;