From bcc834d7fdabd0f52873a4f7696e065e3cf0f281 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 17 Mar 2008 03:29:49 +0000 Subject: flush out the democratic mojo, make the cooldown work --- lib/class/update.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/update.class.php') diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 4d21c958..7127f1d5 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -267,7 +267,7 @@ class Update { '- Alter tmp_playlist to account for Democratic changes.
' . '- Cleared Existing Democratic playlists due to changes.
'; -// $version[] = array('version' => '340016','description'=>$update_string); + $version[] = array('version' => '340016','description'=>$update_string); return $version; -- cgit