[Phpmyadmin-devel] 2.8.2.3 breaks scripts/setup.php

Jürgen Wind jwind at ngi.de
Tue Aug 22 19:15:38 CEST 2006




Marc Delisle wrote:
> 
> Jürgen Wind a écrit :
>> Marc, lets first see, if 
>> $GLOBALS['PMA_Config_Setup']
>> is the better patch (also in line 1811)
> 
> Well, many functions in setup.php are using
> 
> global $PMA_Config_Setup;
> 
> and then
> $PMA_Config_Setup->something
> 
> I think this would be more consistent.
> 
> Marc
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
> 
> 
and why
$GLOBALS['PMA_Config_Setup']->get (2 occurrences)
and not
$PMA_Config_Setup->get (many occurrences) ?
-- 
View this message in context: http://www.nabble.com/2.8.2.3-breaks-scripts-setup.php-tf2147231.html#a5929835
Sent from the phpmyadmin-devel forum at Nabble.com.





More information about the Developers mailing list