You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by ch...@apache.org on 2009/09/01 12:11:02 UTC

svn commit: r809994 - /incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php

Author: chintana
Date: Tue Sep  1 12:11:02 2009
New Revision: 809994

URL: http://svn.apache.org/viewvc?rev=809994&view=rev
Log:
Removing the database selection for the moment.


Modified:
    incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php?rev=809994&r1=809993&r2=809994&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php Tue Sep  1 12:11:02 2009
@@ -105,9 +105,6 @@
 
 <?php 
 
-if (empty($_SESSION['database'])) {	
-	display_db_select_form();
-} else {
 	if (isset($_SESSION['advanced_config']) && ($_SESSION['advanced_config'] == true)) {
 		if (isset($_GET['type']) && ($_GET['type'] == 'BS')) {
 			display_new_form('BS');
@@ -119,7 +116,6 @@
 	} else {
 		display_bs_ops_conf_form();	
 	}	
-}
 
 ?>