Changeset 263


Ignore:
Timestamp:
Jan 4, 2004, 11:15:35 AM (20 years ago)
Author:
z0rglub
Message:

using new syntax for get_dirs

Location:
branches/release-1_3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/admin/configuration.php

    r140 r263  
    653653$vtp->addSession( $sub, 'select' );
    654654$vtp->setVar( $sub, 'select.name', 'template' );
    655 $option = get_dirs( '../template/' );
     655$option = get_dirs( '../template' );
    656656for ( $i = 0; $i < sizeof( $option ); $i++ )
    657657{
  • branches/release-1_3/profile.php

    r60 r263  
    202202  $vtp->addSession( $handle, 'select' );
    203203  $vtp->setVar( $handle, 'select.name', 'template' );
    204   $option = get_dirs( './template/' );
     204  $option = get_dirs( './template' );
    205205  for ( $i = 0; $i < sizeof( $option ); $i++ )
    206206  {
Note: See TracChangeset for help on using the changeset viewer.