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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 16:48:51 UTC 2007


Author: hanska-guest
Date: 2007-10-06 16:48:51 +0000 (Sat, 06 Oct 2007)
New Revision: 663

Modified:
   trunk/community/website/inc/header.inc.php
Log:
Fixing included file


Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php	2007-10-06 16:47:06 UTC (rev 662)
+++ trunk/community/website/inc/header.inc.php	2007-10-06 16:48:51 UTC (rev 663)
@@ -1,5 +1,5 @@
 <?php
-	require_once("dynlocale.inc.php");
+	require_once("locale.inc.php");
 
 	$type = "text/html; charset=UTF-8";
 	$xml = "";




More information about the debian-med-commit mailing list