diff options
author | pb1dft <pb1dft@ampache> | 2008-02-23 23:44:31 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2008-02-23 23:44:31 +0000 |
commit | 6bd576a9fe2524f5c662767206efdebf0b43c8ab (patch) | |
tree | 79a1c7b402517e650cf5cd7008c1eb14accd5528 /templates/show_add_shout.inc.php | |
parent | a79d27c52ace4b0c13fc0e5f88b4d857b85557e1 (diff) | |
download | ampache-6bd576a9fe2524f5c662767206efdebf0b43c8ab.tar.gz ampache-6bd576a9fe2524f5c662767206efdebf0b43c8ab.tar.bz2 ampache-6bd576a9fe2524f5c662767206efdebf0b43c8ab.zip |
- Fixed Sorting on Admin->Browse Users
- Fixed Shoutbox and shoutbox management (pb1dft)
Diffstat (limited to 'templates/show_add_shout.inc.php')
-rw-r--r-- | templates/show_add_shout.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index 9d1ead88..c52565f2 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -31,7 +31,7 @@ </tr> <?php if (Access::check('interface','50')) { ?> <tr> - <td><input type="checkbox" name="sticky" value="0" /> <strong><?php echo _('Make Sticky'); ?></strong></td> + <td><input type="checkbox" name="sticky" /> <strong><?php echo _('Make Sticky'); ?></strong></td> </tr> <?php } ?> <tr> |