Image filename is (i think) replaced by image itself, so it displays a long binary string
Logged In: NO
public_html/image_materiels/materiel/phpwiki/lib/plugin/PhotoAlbum.php 2005-09-11 12:02:44.039649240 +0200
*** 425,430 **** --- 425,431 ---- } return; } + $src = $src_bak; @$fp = fopen ($src, "r"); if (!$fp) { return $this->error(fmt("Unable to read src='%s'", $src));
Log in to post a comment.
Logged In: NO
public_html/image_materiels/materiel/phpwiki/lib/plugin/PhotoAlbum.php
2005-09-11 12:02:44.039649240 +0200
*** 425,430 ****
--- 425,431 ----
}
return;
}
+ $src = $src_bak;
@$fp = fopen ($src, "r");
if (!$fp) {
return $this->error(fmt("Unable to read
src='%s'", $src));