Changeset 731 for trunk/picture.php


Ignore:
Timestamp:
Feb 9, 2005, 10:45:24 PM (19 years ago)
Author:
plg
Message:

typo fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r727 r731  
    149149  $icon.= strtolower(get_extension($row['file'])).'.png';
    150150
    151   if (isset($row['representative_ext']) and $row['representative_ext'] =! '')
     151  if (isset($row['representative_ext']) and $row['representative_ext'] != '')
    152152  {
    153153    $picture[$i]['src'] = $cat_directory.'/pwg_representative/';
Note: See TracChangeset for help on using the changeset viewer.