Commit 3ba381f1 by Daniel Ruf

fixed typos

parent ca7eb873
...@@ -1431,13 +1431,13 @@ ...@@ -1431,13 +1431,13 @@
$keyrecalc['dorecalcpoints'] = true; $keyrecalc['dorecalcpoints'] = true;
break; break;
// Up to here: Verison 1.7 // Up to here: Version 1.7
case 59: case 59:
// upgrade from alpha version removed // upgrade from alpha version removed
break; break;
// Up to here: Verison 1.7.1 // Up to here: Version 1.7.1
case 60: case 60:
// add new category widget - note title must match that from qa_register_core_modules() // add new category widget - note title must match that from qa_register_core_modules()
...@@ -1460,7 +1460,7 @@ ...@@ -1460,7 +1460,7 @@
break; break;
// Up to here: Verison 1.8 alpha // Up to here: Version 1.8 alpha
case 62: case 62:
qa_db_upgrade_query('ALTER TABLE ^users ADD COLUMN passhash '.$definitions['users']['passhash'].' AFTER passcheck'); qa_db_upgrade_query('ALTER TABLE ^users ADD COLUMN passhash '.$definitions['users']['passhash'].' AFTER passcheck');
...@@ -1529,4 +1529,4 @@ ...@@ -1529,4 +1529,4 @@
/* /*
Omit PHP closing tag to help avoid accidental output Omit PHP closing tag to help avoid accidental output
*/ */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment