From 46e7bbe2c8e66b97ca1390574360c2ca9673391d Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 12 Apr 2011 09:37:52 +0000 Subject: [PATCH] Bug fix: prevent (infinite) recursion when building search form with external keys, that point to search form with external keys, etc... Now support nested search dialogs properly... SVN:trunk[1210] --- application/ajaxwebpage.class.inc.php | 2 +- application/ui.extkeywidget.class.inc.php | 25 +++++++++++++---------- css/light-grey.css | 3 +++ pages/ajax.render.php | 14 +++++++++++++ 4 files changed, 32 insertions(+), 12 deletions(-) diff --git a/application/ajaxwebpage.class.inc.php b/application/ajaxwebpage.class.inc.php index cd139dd40..3e43244dc 100644 --- a/application/ajaxwebpage.class.inc.php +++ b/application/ajaxwebpage.class.inc.php @@ -166,7 +166,7 @@ EOF $s_captured_output = ob_get_contents(); ob_end_clean(); echo $this->s_content; - echo $this->s_deferred_content; + //echo $this->s_deferred_content; if (count($this->a_scripts) > 0) { echo "