git-svn-id: http://xe-core.googlecode.com/svn/trunk@636 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 01:27:37 +00:00
parent 52f5d46895
commit 5aa956dcbf
3 changed files with 5 additions and 6 deletions

View file

@ -53,7 +53,6 @@
$image_count = count($image_list);
for($i=0;$i<$image_count;$i++) $image_list[$i] = preg_replace('/^(\>|\s)/','', $image_list[$i]);
$gallery_info->image_list = $image_list;
debugPrint($image_list);
Context::set('gallery_info', $gallery_info);