From 746479ba37a119791e5c7ee67e8b1ee6d44e9d02 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Wed, 15 Oct 2003 08:23:03 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2471 --- checkin_notes | 14 +++ html/user/countries.inc | 236 ++++++++++++++++++++++++++++++++++++++++ html/user/util.inc | 12 +- 3 files changed, 259 insertions(+), 3 deletions(-) create mode 100644 html/user/countries.inc diff --git a/checkin_notes b/checkin_notes index c6fb4507f5..98d84f4a91 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6785,3 +6785,17 @@ Karl 2003-10-14 - fixed "ln -s start stop" bug */Makefile.am + +Karl 2003-10-14 + - replaced C country_select program with a php function + + lib/ + countries.C (removed) + + tools/ + country_select.C (removed) + Makefile.am + + html_user/ + countries.inc (added) + util.inc diff --git a/html/user/countries.inc b/html/user/countries.inc new file mode 100644 index 0000000000..27d3ce7fce --- /dev/null +++ b/html/user/countries.inc @@ -0,0 +1,236 @@ + diff --git a/html/user/util.inc b/html/user/util.inc index 57d5958bc1..e066eaa3f9 100644 --- a/html/user/util.inc +++ b/html/user/util.inc @@ -1,6 +1,7 @@ $country\n", + } } function print_login_form_aux($next_url, $user, $pathMod='') {