Fix for syntax error
authorRoland Häder <roland@mxchange.org>
Wed, 24 Mar 2010 09:22:12 +0000 (09:22 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 24 Mar 2010 09:22:12 +0000 (09:22 +0000)
inc/install-inc.php

index 25150d184e5f416d5268c69772afbbfbca5e238c..83571f7071a58847cf8cd188152fa28142a5db2c 100644 (file)
@@ -203,7 +203,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                                                        addFatalMessage(__FILE__, __LINE__, getMessage('INSTALL_MISSING_DUMPS'));
                                                } // END - if
 
-                                               if (!ifFatalErrorsDetected()k) {
+                                               if (!ifFatalErrorsDetected()) {
                                                        // Set type and prefix from POST data
                                                        setConfigEntry('_TABLE_TYPE'  , postRequestParameter('mysql', 'type'));
                                                        setConfigEntry('_MYSQL_PREFIX', postRequestParameter('mysql', 'prefix'));