index.php
changeset 307 95dc632bf084
parent 286 b2f985e4cef3
child 310 199b9708f4a2
child 311 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: