[svn-commits] kpfleming: mantis/trunk r124 - /mantis/trunk/core/html_api.php

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 27 11:25:35 CDT 2009


Author: kpfleming
Date: Mon Jul 27 11:25:30 2009
New Revision: 124

URL: http://svn.asterisk.org/svn-view/thirdparty?view=rev&rev=124
Log:
Marketing has requested a new Google Analytics ID for this site

Modified:
    mantis/trunk/core/html_api.php

Modified: mantis/trunk/core/html_api.php
URL: http://svn.asterisk.org/svn-view/thirdparty/mantis/trunk/core/html_api.php?view=diff&rev=124&r1=123&r2=124
==============================================================================
--- mantis/trunk/core/html_api.php (original)
+++ mantis/trunk/core/html_api.php Mon Jul 27 11:25:30 2009
@@ -485,7 +485,7 @@
 		echo 'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));';
 		echo '</script>';
 		echo '<script type="text/javascript">';
-		echo 'var pageTracker = _gat._getTracker("UA-5026086-13");';
+		echo 'var pageTracker = _gat._getTracker("UA-5026086-27");';
 		echo 'pageTracker._trackPageview();';
 		echo '</script>';
 	}




More information about the svn-commits mailing list