diff options
author | plegall <plg@piwigo.org> | 2005-02-09 21:45:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-02-09 21:45:24 +0000 |
commit | 1c7a70ff2d9980fed0a0a387bf96e4d7030fe9cc (patch) | |
tree | 643d7f0d41c10435e05f02801a77a6a32bd39ec7 | |
parent | ec98902e5aa05c2c079e8ff87334c1a3ad0552d0 (diff) |
typo fixed
git-svn-id: http://piwigo.org/svn/trunk@731 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index abf96aaa3..ba16916f3 100644 --- a/picture.php +++ b/picture.php @@ -148,7 +148,7 @@ foreach (array('prev', 'current', 'next') as $i) $icon = PHPWG_ROOT_PATH.'template/'.$user['template'].'/mimetypes/'; $icon.= strtolower(get_extension($row['file'])).'.png'; - if (isset($row['representative_ext']) and $row['representative_ext'] =! '') + if (isset($row['representative_ext']) and $row['representative_ext'] != '') { $picture[$i]['src'] = $cat_directory.'/pwg_representative/'; $picture[$i]['src'].= $file_wo_ext.'.'.$row['representative_ext']; |