From 40a77fd398b7900a710d6c307dda7895551a263f Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 12 Feb 2011 13:57:01 +0000 Subject: Reset prerelease tag in db-check.php --- diff --git a/aslo/db-check.php b/aslo/db-check.php index 6a376d4..82fbdbf 100755 --- a/aslo/db-check.php +++ b/aslo/db-check.php @@ -28,6 +28,9 @@ while ($row = mysql_fetch_array($rows)) { debug("Missed name for default locale id={$row['id']}", true); } +// No need in aslo, but if it is beeing set (from the code), it breaks uploader's workflow +$db->read('UPDATE addons SET prerelease=0'); + /** * Give this function your output. If the debug flag (in the database) is set or if the error is serious it will get printed * -- cgit v0.9.1