mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Merge pull request #2171 from Jimmi08/master
to avoid problem with not defined global variable
This commit is contained in:
@@ -128,7 +128,7 @@ $sc_style['USER_SENDPM']['post'] = "</div><div class='f-right'>".LAN_USER_62."</
|
|||||||
|
|
||||||
// Determine which other bits are installed; let photo span those rows (can't do signature - will vary with user)
|
// Determine which other bits are installed; let photo span those rows (can't do signature - will vary with user)
|
||||||
$span = 4;
|
$span = 4;
|
||||||
if ($tp->parseTemplate("{USER_SENDPM}", FALSE, $user_shortcodes)) $span++;
|
if (e107::getParser()->parseTemplate("{USER_SENDPM}", FALSE, $user_shortcodes)) $span++;
|
||||||
$span = " rowspan='".$span."' ";
|
$span = " rowspan='".$span."' ";
|
||||||
|
|
||||||
//$sc_style['USER_PICTURE']['pre']="<td {$span} class='forumheader3 center middle' style='width:20%'>";
|
//$sc_style['USER_PICTURE']['pre']="<td {$span} class='forumheader3 center middle' style='width:20%'>";
|
||||||
|
Reference in New Issue
Block a user