Changeset 299


Ignore:
Timestamp:
Jan 19, 2004, 12:46:20 AM (20 years ago)
Author:
gweltas
Message:

Php Warnings

File:
1 edited

Legend:

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

    r298 r299  
    199199                               $conf['upload_maxwidth'],
    200200                               $conf['upload_maxheight']  );
    201     $upload_type = $result['type'];
    202201    for ( $j = 0; $j < sizeof( $result['error'] ); $j++ )
    203202    {
     
    241240                             $conf['upload_maxwidth_thumbnail'],
    242241                             $conf['upload_maxheight_thumbnail']  );
    243   $upload_type = $result['type'];
    244242  for ( $j = 0; $j < sizeof( $result['error'] ); $j++ )
    245243  {
Note: See TracChangeset for help on using the changeset viewer.