summaryrefslogtreecommitdiffstats
path: root/lib/class/genre.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-09 20:02:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-09 20:02:35 +0000
commit89146608f995fb4b9629c6915ec53a286469ffa7 (patch)
tree91c0933f9e1af63d9189bd3d3eb930334edfeb36 /lib/class/genre.class.php
parent17ff1d5f0f60e29cf12509be663c6f7b2c97893a (diff)
downloadampache-89146608f995fb4b9629c6915ec53a286469ffa7.tar.gz
ampache-89146608f995fb4b9629c6915ec53a286469ffa7.tar.bz2
ampache-89146608f995fb4b9629c6915ec53a286469ffa7.zip
fixed admin preferences
Diffstat (limited to 'lib/class/genre.class.php')
-rw-r--r--lib/class/genre.class.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php
index a0e5b240..bd853f9b 100644
--- a/lib/class/genre.class.php
+++ b/lib/class/genre.class.php
@@ -63,6 +63,18 @@ class Genre {
} // _get_info()
+ /**
+ * format_genre
+ * this reformats the genre object so it's all purdy and creates a link var
+ * @package Genre
+ * @catagory Class
+ */
+ function format_genre() {
+
+
+
+ } // format_genre
+
} //end of genre class
?>