From 5247bb8db69f8f8f3240aca3d25dd11628c5d4ad Mon Sep 17 00:00:00 2001 From: abijah Date: Wed, 5 Aug 2009 02:59:09 +0000 Subject: [PATCH] Modified to use toggle for 'this' debug pr block, instead of independent show/hide git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@489 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/app_model.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/app_model.php b/site/app_model.php index 79b0b10..456b381 100644 --- a/site/app_model.php +++ b/site/app_model.php @@ -221,8 +221,7 @@ class AppModel extends Model { echo ' stack'.";\n"; echo " this "; - echo 's'."/"; - echo 'h'."/"; + echo 't'."/"; echo 'n'.";\n"; echo " $class ";