<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.

</pre>
<p><a href="https://github.com/macports/macports-www/commit/d73be0161c1b642026f05ccfc9f4cbb1a53ae40c">https://github.com/macports/macports-www/commit/d73be0161c1b642026f05ccfc9f4cbb1a53ae40c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new d73be01  add missing global declaration
</span>d73be01 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d73be0161c1b642026f05ccfc9f4cbb1a53ae40c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Aug 17 06:59:12 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    add missing global declaration
</span>---
 includes/common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/includes/common.inc b/includes/common.inc
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d4739a..f81bd94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ $portdb_url = 'https://ports.macports.org/';
</span> 
 # Page header:
 function print_header($title, $encoding) {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    global $trac_url, $downloads_overview, $github_url, $guide_url;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    global $trac_url, $downloads_overview, $github_url, $guide_url, $portdb_url;
</span> 
     require_once 'AcceptMime.class.php';
     $accept_mime = new AcceptMime();
</pre><pre style='margin:0'>

</pre>