diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-17 01:28:39 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-17 01:28:39 +0000 |
commit | ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c (patch) | |
tree | 44eababda376c5db67ca5fce204d2c84a1234bbe /modules | |
parent | 747554307aff526d470eb9822bef592a65abdca2 (diff) | |
download | ampache-ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c.tar.gz ampache-ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c.tar.bz2 ampache-ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c.zip |
code clean up
Diffstat (limited to 'modules')
-rw-r--r-- | modules/lib.php | 2 |
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(); |