# HG changeset patch # User Dan # Date 1196487315 18000 # Node ID 95dc632bf0846b5a7d7d841a4fe9518964a1cc9a # Parent 8e898ab809b514e3c3e44085d54d46efe0e9e78c Dummy revision to artificially increment build number diff -r 8e898ab809b5 -r 95dc632bf084 index.php --- 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: