author | Dan |
Sat, 01 Dec 2007 00:35:15 -0500 | |
changeset 307 | 95dc632bf084 |
parent 306 | 8e898ab809b5 |
child 308 | e49604416b5a |
--- 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: