Ignore:
Timestamp:
May 27, 2003, 10:56:13 PM (21 years ago)
Author:
z0rglub
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/edit_cat.php

    r14 r19  
    11<?php
    22/***************************************************************************
    3  *                              edit_cat.php is                            *
     3 *                               edit_cat.php                              *
    44 *                            -------------------                          *
    55 *   application          : PhpWebGallery 1.3                              *
     
    9292  if ( $option == $row['status'] )
    9393  {
    94     $vtp->setVar( $sub, 'status_option.selected', ' selected="selected"' ); 
     94    $vtp->setVar( $sub, 'status_option.checked', ' checked="checked"' ); 
    9595  }
    9696  $vtp->closeSession( $sub, 'status_option' );
Note: See TracChangeset for help on using the changeset viewer.