Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-02-12 13:57:01 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-02-12 13:57:01 (GMT)
commit40a77fd398b7900a710d6c307dda7895551a263f (patch)
treefe7e387b6992c989d58b9547f5307a7246e294d1
parent7f8096238e3a6da2074bac8fb3194540db3e1413 (diff)
Reset prerelease tag in db-check.php
-rwxr-xr-xaslo/db-check.php3
1 files changed, 3 insertions, 0 deletions
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
*