1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Removed redundant PHP closing tags.

This commit is contained in:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -85,4 +85,3 @@ define("LIST_LAN_1", "no items in");
define("LIST_DOWNLOAD_1", "downloads");
define("LIST_DOWNLOAD_2", "no downloads");
?>

View File

@@ -155,4 +155,3 @@ define("LAN_AL_LISTNEW_01", "List New preferences updated");
// define("LAN_AL_LISTNEW_02", "");
?>

View File

@@ -67,4 +67,3 @@ unset($text);
require_once(FOOTERF);
?>

View File

@@ -563,4 +563,4 @@ class list_admin
}
}
?>

View File

@@ -872,4 +872,4 @@ class listclass
}
}
?>

View File

@@ -52,4 +52,3 @@ e107::getRender()->tablerender($caption, $text, 'list_new');
unset($caption);
unset($text);
?>

View File

@@ -51,4 +51,3 @@ $rc->e107->ns->tablerender($caption, $text, 'list_recent');
unset($caption);
unset($text);
?>

View File

@@ -114,4 +114,3 @@ class list_shortcodes
return $this->row['timelapse'];
}
}
?>

View File

@@ -170,4 +170,3 @@ $TEMPLATE_LIST_NEW['TOPIC_TABLE_START'] = "
$TEMPLATE_LIST_NEW['TOPIC_TABLE_END'] = "{SUBMIT}</table></div>";
?>

View File

@@ -104,4 +104,3 @@ class list_comment
}
}
?>

View File

@@ -72,4 +72,3 @@ class list_members
}
}
?>

View File

@@ -139,4 +139,3 @@ class list_news
return preg_replace($search, $replace, $title);
}
}
?>