From a84655bcb714f8fbd8b7ac24050386ffdde1d28b 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/site@489 97e9348a-65ac-dc4b-aefc-98561f571b83 --- app_model.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app_model.php b/app_model.php index 79b0b10..456b381 100644 --- a/app_model.php +++ b/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 ";