diff options
author | morgan <morgan@ampache> | 2006-01-18 07:03:27 +0000 |
---|---|---|
committer | morgan <morgan@ampache> | 2006-01-18 07:03:27 +0000 |
commit | db17bc2c13b02caa2ce3e5be7ac2682f7ee1594d (patch) | |
tree | e289c98ccb221ca40391c24f85ce980de3a75775 /templates | |
parent | db6f0d4dbb11c49c17a6d72e56d7318e177430b3 (diff) | |
download | ampache-db17bc2c13b02caa2ce3e5be7ac2682f7ee1594d.tar.gz ampache-db17bc2c13b02caa2ce3e5be7ac2682f7ee1594d.tar.bz2 ampache-db17bc2c13b02caa2ce3e5be7ac2682f7ee1594d.zip |
Increment the loop counter to prevent multiple headers.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_now_playing.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index fc37bb02..fc9b8032 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -83,6 +83,7 @@ foreach ($results as $item) { </table> </div> <?php + $c++; } // end if (is_object($song)) } // end foreach($results as $item) } // end if (count($results)) |