Revision: 31630 http://trac.macosforge.org/projects/macports/changeset/31630 Author: wsiegrist@apple.com Date: 2007-11-30 17:19:11 -0800 (Fri, 30 Nov 2007) Log Message: ----------- removed temp mysql failure tweak Modified Paths: -------------- trunk/www/index.php Modified: trunk/www/index.php =================================================================== --- trunk/www/index.php 2007-12-01 01:09:33 UTC (rev 31629) +++ trunk/www/index.php 2007-12-01 01:19:11 UTC (rev 31630) @@ -6,7 +6,7 @@ include_once("$MPWEB/includes/common.inc"); print_header('The MacPorts Project -- Home', 'utf-8'); $portsdb_connect = mysql_connect($portsdb_host, $portsdb_user, $portsdb_passwd); - if ($portsdb_connect !== false) { + if ($portsdb_connect === false) { $port_count = 'a lot of'; $cat_count = 'many'; } else {