1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Install Fixes and datepicker fix for Chrome and Safari

This commit is contained in:
CaMer0n
2012-07-18 02:24:34 +00:00
parent e9589319c6
commit d8b956152e
4 changed files with 3024 additions and 2988 deletions

View File

@@ -886,6 +886,11 @@ class xmlClass
foreach($xmlArray['database']['dbTable'] as $val)
{
$table = $val['@attributes']['name'];
if(!isset($val['item']))
{
continue;
}
foreach($val['item'] as $item)
{