diff -r e2cb5f1432c8 -r 199b9708f4a2 index.php --- a/index.php Sun Dec 02 16:00:10 2007 -0500 +++ b/index.php Sun Dec 02 16:00:56 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: