1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Lost closing ?>

This commit is contained in:
e107steved
2007-10-07 14:11:47 +00:00
parent b82115c0e5
commit 34fb119508

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/userposts.php,v $
| $Revision: 1.3 $
| $Date: 2007-10-06 21:01:18 $
| $Author: mcfly_e107 $
| $Revision: 1.4 $
| $Date: 2007-10-07 14:11:47 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("class2.php");
@@ -269,3 +269,5 @@ function parse_userposts_forum_table($row)
return(preg_replace("/\{(.*?)\}/e", '$\1', $USERPOSTS_FORUM_TABLE));
}
?>