Revision: 101
http://astrospaces.svn.sourceforge.net/astrospaces/?rev=101&view=rev
Author: caleb870
Date: 2007-08-18 15:04:27 -0700 (Sat, 18 Aug 2007)
Log Message:
-----------
Just another small tweak to fix globals.php. Now globals.php parses properly. LET THE CODING BEGIN!
Modified Paths:
--------------
trunk/globals.php
Modified: trunk/globals.php
===================================================================
--- trunk/globals.php 2007-08-18 21:31:59 UTC (rev 100)
+++ trunk/globals.php 2007-08-18 22:04:27 UTC (rev 101)
@@ -74,6 +74,6 @@
$message =& new message();
global $db;
-$db =& new ADONewConnection(AS_DB_TYPE);
+$db =& ADONewConnection(AS_DB_TYPE);
$db->Connect(AS_DB_HOST, AS_DB_USER, AS_DB_PASS, AS_DB_SCHEMA);
?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|