From 89f78a74b9e4633e92eaf7a47da8b5242edc38e0 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 4 May 2008 21:42:39 +0200 Subject: showPhotoIndex() returns now the content instead of print it out Signed-off-by: Andreas Unterkircher --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index e2da768..f4a93ce 100644 --- a/rpc.php +++ b/rpc.php @@ -117,7 +117,7 @@ class PHPFSPOT_RPC { if(isset($_GET['last_photo']) && is_numeric($_GET['last_photo'])) $_SESSION['last_photo'] = $_GET['last_photo']; - return $phpfspot->showPhotoIndex(); + print $phpfspot->showPhotoIndex(); break; case 'showcredits': -- cgit v1.2.3-18-g5258