maruyo@GeeklogJapaneseCore

Anonymous
line 889 @ /public_html/admin/install/index.php

found little probrem

Text Formatted Code

        case 'mssql';
            foreach ($_SQL as $sql) {
                $_DB->dbQuery($sql, 0, 1);
            }
            break;
 


case 'mssql'; -> case 'mssql': ?


Status: offline

MattWest

Forum User
Newbie
Registered: 03/21/07
Posts: 4
Woops, fixed. Thanks for the report.