Pekka
26th of April 2002 (Fri), 04:24
On weekend I'll upload the new version which has the PHP 4.2 fix among other things.
Meanwhile, if you intent do add more than 9 exhibitions please correct this small bug in exhibition_editor.php before adding exhibition 10. Thanks to Gavin Hurlbut for spotting and fixing this bug:
*** exhibition_editor.php.orig Fri Apr 26 02:04:29 2002
--- exhibition_editor.php Fri Apr 26 02:04:46 2002
***************
*** 485,491 ****
{
array_push($thumbs_id_array,$p["ee_thumbs_id"]);
}
! $thumbs_id = $thumbs_id_array[0][0];
$header = addslashes($header);
$text = addslashes($text);
$metakeywords = addslashes($meta_keywords);
--- 485,491 ----
{
array_push($thumbs_id_array,$p["ee_thumbs_id"]);
}
! $thumbs_id = $thumbs_id_array[0];
$header = addslashes($header);
$text = addslashes($text);
$metakeywords = addslashes($meta_keywords);
Meanwhile, if you intent do add more than 9 exhibitions please correct this small bug in exhibition_editor.php before adding exhibition 10. Thanks to Gavin Hurlbut for spotting and fixing this bug:
*** exhibition_editor.php.orig Fri Apr 26 02:04:29 2002
--- exhibition_editor.php Fri Apr 26 02:04:46 2002
***************
*** 485,491 ****
{
array_push($thumbs_id_array,$p["ee_thumbs_id"]);
}
! $thumbs_id = $thumbs_id_array[0][0];
$header = addslashes($header);
$text = addslashes($text);
$metakeywords = addslashes($meta_keywords);
--- 485,491 ----
{
array_push($thumbs_id_array,$p["ee_thumbs_id"]);
}
! $thumbs_id = $thumbs_id_array[0];
$header = addslashes($header);
$text = addslashes($text);
$metakeywords = addslashes($meta_keywords);