[31630] trunk/www/index.php
wsiegrist at apple.com
wsiegrist at apple.com
Fri Nov 30 17:19:12 PST 2007
Revision: 31630
http://trac.macosforge.org/projects/macports/changeset/31630
Author: wsiegrist at 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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071130/cf69794a/attachment.html
More information about the macports-changes
mailing list