4images Forum & Community

4images Help / Hilfe => Bug Fixes & Patches => Topic started by: V@no on August 04, 2006, 09:00:35 PM

Title: [1.7 - 1.7.3] Wrong postcard ID shows a random image.
Post by: V@no on August 04, 2006, 09:00:35 PM
In postcards.php find:
Code: [Select]
      $msg = $lang['invalid_postcard_id'];
Replace with:
Code: [Select]
      show_error_page($lang['invalid_postcard_id']);
Title: Re: [1.7 - 1.7.3] Wrong postcard ID shows a random image.
Post by: mawenzi on August 05, 2006, 01:36:30 AM
ok - is changed
Title: Re: [1.7 - 1.7.3] Wrong postcard ID shows a random image.
Post by: colorssky on September 15, 2006, 07:49:17 PM
thanks
done