[med-svn] r642 - trunk/community/website/inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 09:43:38 UTC 2007


Author: hanska-guest
Date: 2007-10-06 09:43:38 +0000 (Sat, 06 Oct 2007)
New Revision: 642

Modified:
   trunk/community/website/inc/header.inc.php
Log:
Fixing page recognition


Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php	2007-10-06 09:42:48 UTC (rev 641)
+++ trunk/community/website/inc/header.inc.php	2007-10-06 09:43:38 UTC (rev 642)
@@ -39,7 +39,7 @@
 		?>
 	</div>
 	<?php
-		if ($show_locale_warning && $_SERVER["PHP_SELF"] != "http://debian-med.alioth.debian.org/locales.php") {
+		if ($show_locale_warning && ($_SERVER["PHP_SELF"] != "/locales.php")) {
 	?>
 	<span class="error">
 		<p class="error">




More information about the debian-med-commit mailing list