1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Do not require php closing tag for addons

This commit is contained in:
marj
2009-10-29 13:36:27 +00:00
parent 91cd854578
commit 23daf63a16
3 changed files with 32 additions and 10 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/e_notify.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:51 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2009-10-29 13:35:54 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
@@ -37,4 +37,3 @@ if (!function_exists('notify_cboxpost')) {
}
}
?>

View File

@@ -41,4 +41,3 @@ if($items = $sql -> db_Select('chatbox', "*", "cb_blocked=0 ORDER BY cb_datestam
$eplug_rss_data[] = $rss;
$eplug_rss_feed[] = $feed;
?>