From f84a97a31bd588bcf70fc71dbed27aca46d60b66 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Oct 2005 06:59:29 +0100 Subject: generic popup user dialog mechanism --- backend.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 378b645f8..6937a9af4 100644 --- a/backend.php +++ b/backend.php @@ -1315,6 +1315,19 @@ } + if ($op == "dlg") { + $id = $_GET["id"]; + + if ($id == "quickAddFeed") { + print "Feed URL: + + "; + } + } + db_close($link); ?> -- cgit v1.2.3