[pLog-svn] r3799 - plog/trunk/config

Mark Wu markplace at gmail.com
Tue Jul 25 17:09:48 GMT 2006


Hi Jon:

Does your 3768 change work in linux env? It seems not work in Windows. :(

Hi Oscar:

I think we have to replace this file in current beta1, or the windows user
can not install lifetype using installation wizard.

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> mark at devel.lifetype.net
> Sent: Wednesday, July 26, 2006 12:32 AM
> To: plog-svn at devel.lifetype.net
> Subject: [pLog-svn] r3799 - plog/trunk/config
> 
> Author: mark
> Date: 2006-07-25 16:32:02 +0000 (Tue, 25 Jul 2006) New Revision: 3799
> 
> Modified:
>    plog/trunk/config/config.properties.php
> Log:
> Revert Jon's 3768 changes. It will break installation wizard.
> 
> If we want to use single quote, we need to change the 
> confgifilestorage.class.php, too.
> 
> Modified: plog/trunk/config/config.properties.php
> ===================================================================
> --- plog/trunk/config/config.properties.php	2006-07-25 
> 15:39:37 UTC (rev 3798)
> +++ plog/trunk/config/config.properties.php	2006-07-25 
> 16:32:02 UTC (rev 3799)
> @@ -26,11 +26,11 @@
>  #   (note, if upgrading between minor releases:
>  #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
>  
> -$config["db_host"] = '';
> -$config["db_username"] = '';
> -$config["db_password"] = '';
> -$config["db_database"] = '';
> -$config["db_prefix"] = '';
> -$config["db_character_set"] = 'default';
> +$config["db_host"] = "";
> +$config["db_username"] = "";
> +$config["db_password"] = "";
> +$config["db_database"] = "";
> +$config["db_prefix"] = "";
> +$config["db_character_set"] = "default";
>  $config["db_persistent"] = true;
>  ?>
> \ No newline at end of file
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list