From f8ea3e0797e95db030974108749a80307d8a57a6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 28 Sep 2006 18:51:52 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11213 --- checkin_notes | 13 +++++++++++++ html/ops/db_update.php | 2 +- html/ops/update_forum_activities.php | 2 +- html/ops/update_profile_pages.php | 2 +- html/ops/update_uotd.php | 2 +- html/ops/watchdogs.php | 2 +- html/ops/wd_nresults_changing.php | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index 1db921617b..f8f70274bd 100755 --- a/checkin_notes +++ b/checkin_notes @@ -10576,3 +10576,16 @@ David 28 Sept 2006 update_uotd.php watchdogs.php wd_nresults_changing.php + +David 28 Sept 2006 + - Redo the above, using + #!/usr/bin/env php + (suggested by Eric Myers) + + html/ops/ + db_update.php + update_forum_activities.php + update_profile_pages.php + update_uotd.php + watchdogs.php + wd_nresults_changing.php diff --git a/html/ops/db_update.php b/html/ops/db_update.php index eda6b4239e..492d40e2f0 100644 --- a/html/ops/db_update.php +++ b/html/ops/db_update.php @@ -1,4 +1,4 @@ -#! /usr/bin/php +#! /usr/bin/env php