summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-08-17 01:28:39 +0000
committerxgizzmo <xgizzmo@ampache>2005-08-17 01:28:39 +0000
commitccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c (patch)
tree44eababda376c5db67ca5fce204d2c84a1234bbe /modules
parent747554307aff526d470eb9822bef592a65abdca2 (diff)
downloadampache-ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c.tar.gz
ampache-ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c.tar.bz2
ampache-ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c.zip
code clean up
Diffstat (limited to 'modules')
-rw-r--r--modules/lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lib.php b/modules/lib.php
index a14e1d84..32ebe0bf 100644
--- a/modules/lib.php
+++ b/modules/lib.php
@@ -111,7 +111,7 @@ function show_flagged_popup($reason,$label='value', $name='flagged_type', $other
*
*/
-function show_genre_pulldown ($genre, $complete, $lines= "10 MULTIPLE") {
+function show_genre_pulldown ($genre, $complete, $lines= "'10' multiple='multiple'") {
$dbh = dbh();