From e0ff14d4bcc1659675a8c5208d4151a04c2b0de9 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 10 Jul 2007 18:48:41 +0000 Subject: issue27, first trial of gallery export for HTML and MoinMoin markup git-svn-id: file:///var/lib/svn/phpfspot/trunk@185 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index 9b56c48..704c921 100644 --- a/rpc.php +++ b/rpc.php @@ -98,6 +98,11 @@ class PHPFSPOT_RPC { $fspot->startTagSearch($_GET['for']); break; + case 'get_export': + + $fspot->getExport($_GET['mode']); + break; + } } // process_ajax_request(); -- cgit v1.2.3-18-g5258