[33093] trunk/www/includes/common.inc

jmpp at macports.org jmpp at macports.org
Thu Jan 17 12:54:40 PST 2008


Revision: 33093
          http://trac.macosforge.org/projects/macports/changeset/33093
Author:   jmpp at macports.org
Date:     2008-01-17 12:54:38 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------

No need to import the $macports_version_major variable into the print_header() function.

Modified Paths:
--------------
    trunk/www/includes/common.inc

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2008-01-17 20:43:31 UTC (rev 33092)
+++ trunk/www/includes/common.inc	2008-01-17 20:54:38 UTC (rev 33093)
@@ -41,7 +41,7 @@
 
 # Page header:
 function print_header($title, $encoding) {
-    global $MPWEB, $macports_version_major, $trac_url, $svn_url, $downloads, $guide_url;
+    global $MPWEB, $trac_url, $svn_url, $downloads, $guide_url;
     
     header("Content-Type: application/xhtml+xml; charset=$encoding");
     include("$MPWEB/includes/header.inc");

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/2ae6fc32/attachment.html


More information about the macports-changes mailing list