fixed bug 746433

This commit is contained in:
JT Smith 2003-06-01 18:41:07 +00:00
parent 8e7dbc8e02
commit c1db1392b6

View file

@ -63,7 +63,7 @@ sub process {
$r = WebGUI::SQL->read($query);
while (%hash = $r->hash) {
push @item, [ $hash{bufferDate},
WebGUI::URL::page('func=paste&wid='.$hash{wobjectId}),
WebGUI::URL::page('op=pastePage&pageId='.$hash{pageId}),
$hash{title} . ' ('. WebGUI::International::get(2) .')' ];
}
$r->finish;