From 0e0c7f758b64ceaf412e3978c395bf73f9a409c6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 26 Mar 2012 22:45:14 +0000 Subject: [PATCH] - web: add script for replacing blank user names with the user ID svn path=/trunk/boinc/; revision=25494 --- checkin_notes | 6 ++++++ html/ops/fix_blank_user_names.php | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 html/ops/fix_blank_user_names.php diff --git a/checkin_notes b/checkin_notes index 6913ecf6bd..70af940d09 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3066,3 +3066,9 @@ David 26 Mar 2012 client/ pers_file_xfer.cpp cpu_sched.cpp + +David 26 Mar 2012 + - web: add script for replacing blank user names with the user ID + + html/ops/ + fix_blank_user_names.php diff --git a/html/ops/fix_blank_user_names.php b/html/ops/fix_blank_user_names.php new file mode 100644 index 0000000000..f438ae110d --- /dev/null +++ b/html/ops/fix_blank_user_names.php @@ -0,0 +1,12 @@ +id); + $u->update("name='$n'"); +} +?>