Added a call to the alphabetical profile gallery builder.

svn path=/trunk/boinc/; revision=1764
This commit is contained in:
David Anderson 2003-07-22 00:39:13 +00:00
parent 57fa110504
commit 7c89c29f80
1 changed files with 1 additions and 0 deletions

View File

@ -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);
?>