changeset 249 | 95dc632bf084 |
parent 229 | b2f985e4cef3 |
child 252 | a007145a0ff6 |
--- a/index.php Sat Dec 01 00:34:03 2007 -0500 +++ b/index.php Sat Dec 01 00:35:15 2007 -0500 @@ -50,7 +50,10 @@ global $db, $session, $paths, $template, $plugins; // Common objects - if(!isset($_GET['do'])) $_GET['do'] = 'view'; + if ( !isset($_GET['do']) ) + { + $_GET['do'] = 'view'; + } switch($_GET['do']) { default: