summaryrefslogtreecommitdiffstats
path: root/lib/class/update.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-05-15 13:26:30 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-05-15 13:26:30 +0000
commit809a3fc72ff5829b683a9167d6230e5fa101b6d3 (patch)
tree59aa3baab20b18554980f937bbe026bcbd5ba4ce /lib/class/update.class.php
parent4259d662decc9f128519daf7b46d975bd72f5320 (diff)
downloadampache-809a3fc72ff5829b683a9167d6230e5fa101b6d3.tar.gz
ampache-809a3fc72ff5829b683a9167d6230e5fa101b6d3.tar.bz2
ampache-809a3fc72ff5829b683a9167d6230e5fa101b6d3.zip
add download for video that does not work, and most likely break song downloads \o/
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r--lib/class/update.class.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index 19795510..57283f56 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -1756,6 +1756,17 @@ class Update {
} // update_350008
+ /**
+ * update_360001
+ * This adds the mbid id's to the different tables as well as some additional cleanup
+ */
+ public static function update_360001() {
+
+
+
+
+ } // update_360001
+
} // end update class
?>