diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
commit | 0b6204e5fbebb7dc14bfe47e598f53d241c21b97 (patch) | |
tree | 4e457a986c6b177b6c0202b8571f9eda93afa88e /admin/edit_cat.php | |
parent | 4ac5b8f83f3b27b508be0cdf907eb8b083c251e5 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/edit_cat.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/edit_cat.php b/admin/edit_cat.php index 9075039cc..bcd78b751 100644 --- a/admin/edit_cat.php +++ b/admin/edit_cat.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * edit_cat.php is * + * edit_cat.php * * ------------------- * * application : PhpWebGallery 1.3 * * author : Pierrick LE GALL <pierrick@z0rglub.com> * @@ -91,7 +91,7 @@ foreach ( $options as $option ) { $vtp->setVar( $sub, 'status_option.option', $option ); if ( $option == $row['status'] ) { - $vtp->setVar( $sub, 'status_option.selected', ' selected="selected"' ); + $vtp->setVar( $sub, 'status_option.checked', ' checked="checked"' ); } $vtp->closeSession( $sub, 'status_option' ); } |