From 9179a8f30dd59731bcb612bf320440528e856e5e Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Sat, 1 Oct 2005 01:39:32 +0000 Subject: [PATCH] Janus, you neglected to include the tranlation.inc file in your check in a few days ago! svn path=/trunk/boinc/; revision=8376 --- html/inc/profile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/html/inc/profile.inc b/html/inc/profile.inc index 2ce332e806..982b67f7e5 100644 --- a/html/inc/profile.inc +++ b/html/inc/profile.inc @@ -6,6 +6,7 @@ require_once("../inc/util.inc"); require_once("../inc/sanitize_html.inc"); require_once("../inc/cache.inc"); require_once("../inc/user.inc"); +require_once("../inc/translation.inc"); define('SMALL_IMG_WIDTH', 64); define('SMALL_IMG_HEIGHT', 64);