diff --git a/php/database/update_030100.php b/php/database/update_030100.php index 428ba92..3e78358 100644 --- a/php/database/update_030100.php +++ b/php/database/update_030100.php @@ -14,6 +14,6 @@ $result = Database::execute($connection, $query, 'update_030100', __LINE__); if ($result===false) Response::error('Could not adjust the length of the album id field!'); // Set version -// if (Database::setVersion($connection, '030100')===false) Response::error('Could not update version of database!'); +if (Database::setVersion($connection, '030100')===false) Response::error('Could not update version of database!'); ?> \ No newline at end of file