Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1079 → Rev 1080

/trunk/includes/db_updates/run.inc.php
36,7 → 36,7
}
$version = $row['value'];
if (!is_numeric($version)) {
throw new OIDplusConfigInitializationException(_L('Entry "database_version" inside the table "###config" seems to be wrong (expect number between 200 and 999)'));
throw new OIDplusConfigInitializationException(_L('Entry "database_version" inside the table "###config" seems to be wrong (needs to be a number)'));
}
 
// Upgrade from old versions