mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
Removed redundant closing tags.
This commit is contained in:
@@ -38,4 +38,3 @@ $advanced['date']['text'] = LAN_DATE_POSTED.':';
|
||||
$advanced['author']['type'] = 'author';
|
||||
$advanced['author']['text'] = LAN_SEARCH_61.':';
|
||||
|
||||
?>
|
@@ -19,4 +19,3 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$advanced['date']['type'] = 'date';
|
||||
$advanced['date']['text'] = LAN_SEARCH_62.':';
|
||||
|
||||
?>
|
@@ -26,4 +26,3 @@ function com_search_2($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@@ -26,4 +26,3 @@ function com_search_0($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@@ -32,4 +32,3 @@ function com_search_page($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@@ -26,4 +26,3 @@ function com_search_profile($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
@@ -64,4 +64,3 @@ function search_comment($row) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user