Commit feac3d38 authored by Jean-Paul Saman's avatar Jean-Paul Saman

configure cleanup

parent 0051ca5e
...@@ -82,8 +82,6 @@ else { ...@@ -82,8 +82,6 @@ else {
$q->addTable('timesheet_config'); $q->addTable('timesheet_config');
if (!$q->exec()) { if (!$q->exec()) {
$AppUI->setMsg(db_error(), UI_MSG_ERROR); $AppUI->setMsg(db_error(), UI_MSG_ERROR);
} else {
$AppUI->setMsg('Timesheet configuration read', UI_MSG_OK);
} }
while ($row = $q->fetchRow()) { while ($row = $q->fetchRow()) {
$config[$row['timesheet_config']] = $row['timesheet_value']; $config[$row['timesheet_config']] = $row['timesheet_value'];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment