Skip to content

Commit 33399ff

Browse files
committed
Removed closing PHP tags in more files
1 parent 029e1da commit 33399ff

27 files changed

Lines changed: 2 additions & 28 deletions

WEB-INF/lib/form/ActionErrors.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ function getErrors() {
6363
return $this->errors;
6464
}
6565
}
66-
?>

WEB-INF/lib/form/ActionForm.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ function isSaved() {
222222
return (isset($_SESSION[$this->mSessionCell . "session_store_elements"]) ? true : false);
223223
}
224224
}
225-
?>
225+

WEB-INF/lib/form/Calendar.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,3 @@ function _getActiveDates($start, $end) {
281281
return false;
282282
}
283283
}
284-
?>

WEB-INF/lib/form/Checkbox.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ function toStringControl() {
7575
return $html;
7676
}
7777
}
78-
?>

WEB-INF/lib/form/CheckboxCellRenderer.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ function render(&$table, $value, $row, $column, $selected = false) {
4444
return $html;
4545
}
4646
}
47-
?>

WEB-INF/lib/form/CheckboxGroup.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,3 @@ function toStringControl() {
160160
return $html.$str;
161161
}
162162
}
163-
?>

WEB-INF/lib/form/Combobox.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ function toStringControl() {
112112
return $html;
113113
}
114114
}
115-
?>

WEB-INF/lib/form/DateField.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,4 +427,3 @@ function adjustiFrame(pickerDiv, iFrameDiv) {
427427
return $html;
428428
}
429429
}
430-
?>

WEB-INF/lib/form/DefaultCellRenderer.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ function render(&$table, $value, $row, $column, $selected = false) {
7171
return $this->toString();
7272
}
7373
}
74-
?>

WEB-INF/lib/form/FloatField.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ function getValueSafe() {
7171
}
7272
}
7373
}
74-
?>

0 commit comments

Comments
 (0)