--- nfo/php/libs/com.newsblob.phphtmllib/examples/widget9.php 2003/02/22 21:07:23 1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/examples/widget9.php 2003/09/20 00:20:55 1.2 @@ -5,7 +5,7 @@ * RoundTitleTable widget. * * - * $Id: widget9.php,v 1.1 2003/02/22 21:07:23 jonen Exp $ + * $Id: widget9.php,v 1.2 2003/09/20 00:20:55 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -26,7 +26,9 @@ XHTML_TRANSITIONAL); //enable output debugging. -$page->set_text_debug( $_GET["debug"] ); +if (isset($_GET['debug'])) { + $page->set_text_debug( TRUE ); +} //add the css link to the default theme which will //automatically generate the css classes used