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