From: Nik Okuntseff Date: Fri, 11 Mar 2016 11:55:35 +0000 (-0800) Subject: Removed closing PHP tags in more files X-Git-Tag: timetracker_1.19-1~1832 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=33399ff6a8bdfe9b989810dafe9c4dbf3cf3b685;p=timetracker.git Removed closing PHP tags in more files --- diff --git a/WEB-INF/lib/form/ActionErrors.class.php b/WEB-INF/lib/form/ActionErrors.class.php index 44b2b2c0..04a6333f 100644 --- a/WEB-INF/lib/form/ActionErrors.class.php +++ b/WEB-INF/lib/form/ActionErrors.class.php @@ -63,4 +63,3 @@ class ActionErrors { return $this->errors; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/ActionForm.class.php b/WEB-INF/lib/form/ActionForm.class.php index 30d5c93d..2029c203 100644 --- a/WEB-INF/lib/form/ActionForm.class.php +++ b/WEB-INF/lib/form/ActionForm.class.php @@ -222,4 +222,4 @@ class ActionForm { return (isset($_SESSION[$this->mSessionCell . "session_store_elements"]) ? true : false); } } -?> + diff --git a/WEB-INF/lib/form/Calendar.class.php b/WEB-INF/lib/form/Calendar.class.php index 811a3fc5..b2cdf33b 100644 --- a/WEB-INF/lib/form/Calendar.class.php +++ b/WEB-INF/lib/form/Calendar.class.php @@ -281,4 +281,3 @@ class Calendar extends FormElement { return false; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/Checkbox.class.php b/WEB-INF/lib/form/Checkbox.class.php index f605edf6..6cd80740 100644 --- a/WEB-INF/lib/form/Checkbox.class.php +++ b/WEB-INF/lib/form/Checkbox.class.php @@ -75,4 +75,3 @@ class Checkbox extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/CheckboxCellRenderer.class.php b/WEB-INF/lib/form/CheckboxCellRenderer.class.php index 5c3180ed..8ebfd6db 100644 --- a/WEB-INF/lib/form/CheckboxCellRenderer.class.php +++ b/WEB-INF/lib/form/CheckboxCellRenderer.class.php @@ -44,4 +44,3 @@ class CheckboxCellRenderer extends DefaultCellRenderer { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/CheckboxGroup.class.php b/WEB-INF/lib/form/CheckboxGroup.class.php index 6fef2317..46ea284b 100644 --- a/WEB-INF/lib/form/CheckboxGroup.class.php +++ b/WEB-INF/lib/form/CheckboxGroup.class.php @@ -160,4 +160,3 @@ class CheckboxGroup extends FormElement { return $html.$str; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index 31b89bed..77837930 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -112,4 +112,3 @@ class Combobox extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/DateField.class.php b/WEB-INF/lib/form/DateField.class.php index aa8a1498..7fbbcbc5 100644 --- a/WEB-INF/lib/form/DateField.class.php +++ b/WEB-INF/lib/form/DateField.class.php @@ -427,4 +427,3 @@ class DateField extends TextField { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/DefaultCellRenderer.class.php b/WEB-INF/lib/form/DefaultCellRenderer.class.php index adbd141e..2813a36d 100644 --- a/WEB-INF/lib/form/DefaultCellRenderer.class.php +++ b/WEB-INF/lib/form/DefaultCellRenderer.class.php @@ -71,4 +71,3 @@ class DefaultCellRenderer { return $this->toString(); } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/FloatField.class.php b/WEB-INF/lib/form/FloatField.class.php index 370b28b4..46bdb6d6 100644 --- a/WEB-INF/lib/form/FloatField.class.php +++ b/WEB-INF/lib/form/FloatField.class.php @@ -71,4 +71,3 @@ class FloatField extends TextField { } } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/Form.class.php b/WEB-INF/lib/form/Form.class.php index 340637d0..6fb6ce12 100644 --- a/WEB-INF/lib/form/Form.class.php +++ b/WEB-INF/lib/form/Form.class.php @@ -317,5 +317,3 @@ class Form { } } } - -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/FormElement.class.php b/WEB-INF/lib/form/FormElement.class.php index 9e273924..c576451c 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -118,4 +118,3 @@ class FormElement { } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/Hidden.class.php b/WEB-INF/lib/form/Hidden.class.php index 660870b4..3530f1ba 100644 --- a/WEB-INF/lib/form/Hidden.class.php +++ b/WEB-INF/lib/form/Hidden.class.php @@ -51,4 +51,3 @@ class Hidden extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/Submit.class.php b/WEB-INF/lib/form/Submit.class.php index d621850b..2c65035e 100644 --- a/WEB-INF/lib/form/Submit.class.php +++ b/WEB-INF/lib/form/Submit.class.php @@ -60,4 +60,3 @@ class Submit extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index 89f6543f..12b356a8 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -223,4 +223,3 @@ class Table extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/TableColumn.class.php b/WEB-INF/lib/form/TableColumn.class.php index 3af7b2a4..aa1ec4b1 100644 --- a/WEB-INF/lib/form/TableColumn.class.php +++ b/WEB-INF/lib/form/TableColumn.class.php @@ -79,4 +79,3 @@ class TableColumn { return $this->mWidth; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/TextArea.class.php b/WEB-INF/lib/form/TextArea.class.php index 9cfd4315..887f8ad4 100644 --- a/WEB-INF/lib/form/TextArea.class.php +++ b/WEB-INF/lib/form/TextArea.class.php @@ -101,4 +101,3 @@ class TextArea extends FormElement { return $s; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/TextField.class.php b/WEB-INF/lib/form/TextField.class.php index 3d5ce7af..fdd022a9 100644 --- a/WEB-INF/lib/form/TextField.class.php +++ b/WEB-INF/lib/form/TextField.class.php @@ -74,4 +74,3 @@ class TextField extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/form/UploadFile.class.php b/WEB-INF/lib/form/UploadFile.class.php index be57fa4c..ad3f21fa 100644 --- a/WEB-INF/lib/form/UploadFile.class.php +++ b/WEB-INF/lib/form/UploadFile.class.php @@ -66,4 +66,3 @@ class UploadFile extends FormElement { return $html; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/html/HttpRequest.class.php b/WEB-INF/lib/html/HttpRequest.class.php index 857194a1..84081c71 100644 --- a/WEB-INF/lib/html/HttpRequest.class.php +++ b/WEB-INF/lib/html/HttpRequest.class.php @@ -48,4 +48,3 @@ class ttHttpRequest { return $default; } } -?> \ No newline at end of file diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 2de3e4b8..d9f24971 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.14.3403 | Copyright © Anuko | +  Anuko Time Tracker 1.9.14.3404 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/mobile/access_denied.php b/mobile/access_denied.php index 27ba6e84..1454fae3 100644 --- a/mobile/access_denied.php +++ b/mobile/access_denied.php @@ -34,4 +34,3 @@ if ($auth->isAuthenticated()) $GLOBALS['SMARTY']->assign('authenticated', true); $smarty->assign('title', $i18n->getKey('label.error')); $smarty->assign('content_page_name', 'mobile/access_denied.tpl'); $smarty->display('mobile/index.tpl'); -?> \ No newline at end of file diff --git a/mobile/login.php b/mobile/login.php index f1c171a1..180f0115 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -96,4 +96,3 @@ $smarty->assign('onload', 'onLoad="document.loginForm.'.(!$cl_login?'login':'pas $smarty->assign('title', $i18n->getKey('title.login')); $smarty->assign('content_page_name', 'mobile/login.tpl'); $smarty->display('mobile/index.tpl'); -?> \ No newline at end of file diff --git a/mobile/time.php b/mobile/time.php index 21c43851..0e787fc6 100644 --- a/mobile/time.php +++ b/mobile/time.php @@ -305,4 +305,3 @@ $smarty->assign('timestring', $selected_date->toString($user->date_format)); $smarty->assign('title', $i18n->getKey('title.time')); $smarty->assign('content_page_name', 'mobile/time.tpl'); $smarty->display('mobile/index.tpl'); -?> \ No newline at end of file diff --git a/mobile/time_delete.php b/mobile/time_delete.php index eb4ac2bf..ef955e9a 100644 --- a/mobile/time_delete.php +++ b/mobile/time_delete.php @@ -101,4 +101,3 @@ $smarty->assign('forms', array($form->getName() => $form->toArray())); $smarty->assign('title', $i18n->getKey('title.delete_time_record')); $smarty->assign('content_page_name', 'mobile/time_delete.tpl'); $smarty->display('mobile/index.tpl'); -?> \ No newline at end of file diff --git a/mobile/time_edit.php b/mobile/time_edit.php index 440aeefa..00255894 100644 --- a/mobile/time_edit.php +++ b/mobile/time_edit.php @@ -347,4 +347,3 @@ $smarty->assign('onload', 'onLoad="fillDropdowns()"'); $smarty->assign('title', $i18n->getKey('title.edit_time_record')); $smarty->assign('content_page_name', 'mobile/time_edit.tpl'); $smarty->display('mobile/index.tpl'); -?> \ No newline at end of file diff --git a/plugins/CustomFields.class.php b/plugins/CustomFields.class.php index 6eff5547..1c2483a1 100644 --- a/plugins/CustomFields.class.php +++ b/plugins/CustomFields.class.php @@ -310,4 +310,3 @@ class CustomFields { return (!is_a($affected, 'PEAR_Error')); } } -?> \ No newline at end of file