1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-17 15:56:25 +02:00

0.7 -> 0.8 upgrade fixes

This commit is contained in:
CaMer0n
2009-11-19 10:07:32 +00:00
parent 5961e8cba4
commit b0522016cd
7 changed files with 66 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
<?php
// $Id: wmessage.php,v 1.3 2009-11-11 16:02:40 e107coders Exp $
// $Id: wmessage.php,v 1.4 2009-11-19 10:07:30 e107coders Exp $
function wmessage_shortcode($parm)
{
@@ -70,7 +70,7 @@ function wmessage_shortcode($parm)
ob_start();
if ($pref['wm_enclose'])
{
// $ns->tablerender($wmcaption, $wmessage, 'wm');
$ns->tablerender($wmcaption, implode("<br />",$wmessage), 'wm');
}
else
{