FWIW I didnt see this error on my laptop, but noticed it in the demo server, and...
authorxzilla <xzilla>
Thu, 15 Mar 2007 16:14:10 +0000 (16:14 +0000)
committerxzilla <xzilla>
Thu, 15 Mar 2007 16:14:10 +0000 (16:14 +0000)
Parse error: parse error, expecting `')'' in /usr/local/apache1.33-php4.1/htdocs/phppgadmin4cvs/classes/Misc.php on line 1552

Fatal error: Cannot instantiate non-existent class: misc in /usr/local/apache1.33-php4.1/htdocs/phppgadmin4cvs/libraries/lib.inc.php on line 50

classes/Misc.php

index a84f46de3d1a56f0851d3942c32314476410c5e0..c3817af704d196f5dcdd99207d173edd778c195c 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.139 2007/03/03 20:00:48 xzilla Exp $
+        * $Id: Misc.php,v 1.140 2007/03/15 16:14:10 xzilla Exp $
         */
         
        class Misc {
                 *                                       or if nothing is returned then the standard actions are used.
                 *                                       (see functions.php and constraints.php for examples)
                 */
-               function printTable(&$tabledata, &$columns, &$actions, $nodata = null, $pre_fn = null, &$multiactions = null) {
+               function printTable(&$tabledata, &$columns, &$actions, $nodata = null, $pre_fn = null, $multiactions = null) {
                        global $data, $conf, $misc, $lang;
                        global $PHP_SELF;