removing upgrade scripts since we're going to redo the version tags and expect people...
[eq/.git] / index.php
index cd7662c77fe04860a19ff20a6d2e809b96b569c0..b3dfb635d74ed34f0526f919915b52491a6bd670 100644 (file)
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
 
        $GLOBALS['phpgw_info']['flags'] = array
        (
-               'currentapp' => 'eq',
+               'currentapp' => 'tc',
                'noheader'   => True,
                'nonavbar'   => True 
        );
@@ -29,8 +29,8 @@
        }
        else
        {
-               $app = 'eq';
-               $class = 'eq';
+               $app = 'tc';
+               $class = 'tc';
                $invalid_data = True;
        }
 
                }
                //$GLOBALS['phpgw']->log->commit();
                
-               //$GLOBALS['phpgw']->redirect_link('/eq/index.php?menuaction=eq.eq.ht_view');
+               //$GLOBALS['phpgw']->redirect_link('/tc/index.php?menuaction=tc.tc.ht_view');
        } 
 
-//$obj = CreateObject('eq.eq');
+//$obj = CreateObject('tc.tc');
 //$obj->ht_view();
 //$GLOBALS['phpgw']->common->phpgw_footer();