[66180] trunk/www/ports.php

wsiegrist at apple.com wsiegrist at apple.com
Tue Apr 6 10:18:41 PDT 2010


Revision: 66180
          http://trac.macports.org/changeset/66180
Author:   wsiegrist at apple.com
Date:     2010-04-06 10:18:39 -0700 (Tue, 06 Apr 2010)
Log Message:
-----------
Fix undefined variable notice.

Modified Paths:
--------------
    trunk/www/ports.php

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2010-04-06 16:54:45 UTC (rev 66179)
+++ trunk/www/ports.php	2010-04-06 17:18:39 UTC (rev 66180)
@@ -129,6 +129,7 @@
         
         /* Main query sent to the DB */
         if ($result) {
+            $paging = false;
             $numrows = mysql_num_rows($result);
             if ($numrows > $pagesize) {
                 $paging = true;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100406/4669b690/attachment.html>


More information about the macports-changes mailing list