From 8d0c5f80b68a36b2a975a30f34822cc2c4a3590d Mon Sep 17 00:00:00 2001 From: leithoff Date: Tue, 26 Jul 2016 16:08:17 +0200 Subject: [PATCH] Updated CodeCorner3 (markdown) --- CodeCorner3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeCorner3.md b/CodeCorner3.md index 7aa0142..ef6869f 100644 --- a/CodeCorner3.md +++ b/CodeCorner3.md @@ -353,7 +353,7 @@ This function is added to the class.test_ui.inc.php file. ); } $tpl=new etemplate('test.index'); - $tpl->set_cell_attribute('debuginfos','disabled',!$debug); + $tpl->setElementAttribute('debuginfo','disabled',!$debug); $tpl->exec('test.test_ui.index',$content); // the debug info will be displayed at the very end of the page //_debug_array($content);