diff --git a/checkin_notes b/checkin_notes index 5589039abb..55b8103b92 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7591,3 +7591,18 @@ Charlie 31 July 2007 api/ x_opengl.C + +David 1 Aug 2007 + - feeder: created shared mem seg with 0666 rather than 0660. + In principle 0660 should work (assuming apache belongs to admin group) + but apparently on some Linux systems it doesn't, + and the feeder gets "can't attach to shared mem" errors. + - scheduler: print uid/gid info if can't attach to shared mem + - user web: fix bug in team founder transfer form + + sched/ + main.C + html/user/ + team_founder_transfer_form.php + lib/ + shmem.C diff --git a/html/user/team_founder_transfer_form.php b/html/user/team_founder_transfer_form.php index 505797c818..1081f79684 100644 --- a/html/user/team_founder_transfer_form.php +++ b/html/user/team_founder_transfer_form.php @@ -39,7 +39,7 @@ if (new_transfer_request_ok($team, $now)) { echo "
You have already requested to take over the founder position of $team->name. "; - if (transfer_ok($team, $now) { + if (transfer_ok($team, $now)) { echo "