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/11/14 04:11:04 UTC

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

Author: chintana
Date: Sat Nov 14 04:11:04 2009
New Revision: 836115

URL: http://svn.apache.org/viewvc?rev=836115&view=rev
Log:
Removing the MDB2 include. Don't need it anymore.

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

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc?rev=836115&r1=836114&r2=836115&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc Sat Nov 14 04:11:04 2009
@@ -16,7 +16,6 @@
  * limitations under the License.
  */
  
-require_once('MDB2.php');
 require_once('../config_service/class_info.php');
 
 session_start();