From 7c89c29f802641e7be399c4ab11b002ff7a84fae Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jul 2003 00:39:13 +0000 Subject: [PATCH] Added a call to the alphabetical profile gallery builder. svn path=/trunk/boinc/; revision=1764 --- html/ops/update_profile_pages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/ops/update_profile_pages.php b/html/ops/update_profile_pages.php index b97c599289..9228f63dd7 100755 --- a/html/ops/update_profile_pages.php +++ b/html/ops/update_profile_pages.php @@ -9,6 +9,7 @@ require_once("../html_user/profile.inc"); db_init(); build_country_pages(); +build_alpha_pages(); build_picture_pages(GALLERY_WIDTH, GALLERY_HEIGHT); ?>