1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Private Messages: Fixes #1485. Also check language files for changes. 'fw' (fixed width) option added to $tp->toGlyph()

This commit is contained in:
Cameron
2016-04-03 14:37:37 -07:00
parent a21cce9c4b
commit 2c18d90b9c
14 changed files with 189 additions and 105 deletions

View File

@@ -691,7 +691,7 @@ class e107_db_debug {
// Dump the debug log
//
$text .= "\n<table class='fborder table table-striped'>\n";
$text = "\n<table class='fborder table table-striped'>\n";
$bRowHeaders=FALSE;