[pLog-svn] r6042 - plog/trunk

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Nov 15 10:16:45 EST 2007


Author: jondaley
Date: 2007-11-15 10:16:45 -0500 (Thu, 15 Nov 2007)
New Revision: 6042

Modified:
   plog/trunk/wizard
Log:
try again, this time without my password.  this ini flag was spelled incorrectly, so I think we don't really need it

Modified: plog/trunk/wizard
===================================================================
--- plog/trunk/wizard	2007-11-15 15:16:23 UTC (rev 6041)
+++ plog/trunk/wizard	2007-11-15 15:16:45 UTC (rev 6042)
@@ -28,9 +28,6 @@
     //
     define( "DATABASE_DATA_TRANSFORMER_FAIL_ON_ERROR_DEFAULT", true );
 
-    // many hosts don't have this enabled and we, for the time being, need it...
-    ini_set("arg_seperator.output", "&");
-
     include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
     lt_include( PLOG_CLASS_PATH."class/controller/controller.class.php" );
     lt_include( PLOG_CLASS_PATH."class/template/templateservice.class.php" );



More information about the pLog-svn mailing list