from install/install.php
/** * there should be excactly one row with updated == NULL. Otherwise we a have a problem */ if( $count!=1 ) { print_testResult(RESULT_FAILED,"could not get propper db-version table entry. Please view ".getStreberWikiLink('installation','Installation Guide')." on hints how to proceed."); return false; }