Dummy revision to artificially increment build number
authorDan
Sat, 01 Dec 2007 00:35:15 -0500
changeset 249 95dc632bf084
parent 248 8e898ab809b5
child 250 e49604416b5a
Dummy revision to artificially increment build number
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: