1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

PDO Install enabled. PHP Notice fixes.

This commit is contained in:
Cameron
2016-02-12 19:28:35 -08:00
parent b64033a2a1
commit fb609aaab6
13 changed files with 164 additions and 99 deletions

View File

@@ -29,6 +29,7 @@ if ($parm == '')
{ /* unordered list */
$listtext = "<ul class='bbcode'>";
$trailer = "</ul>";
$type = '';
}
else
{