Hola,
First off, many thanks for creating such a great app. I've looked through the forums and I hope that no one has asked this before - apologies in advance if someone has.
Running 1.2.6 on Win2K3 w/ IIS and MySQL, not that I suspect any of that matters

The issue: Only in the summaries for the Schedule Calendar Monthly view does it show the user name for a reservation instead of the Resource they have reserved. If I look at the Daily or Weekly views, it shows the Resource instead - which is what I want to see. Also, if I look at "My Calendar," it also shows the Resource in the summary.
I saw the $conf['app']['prefixNameOnSummary'] = 0 option in config.php, which looks like it should control this. However, regardless of what I set this to, the behavior is the same - even after IIS restarts and system reboots. I've even commented out the following from schedule.class.php to no avail (again, after reboots, even):
if ((bool)$conf['app']['prefixNameOnSummary']) {
$summary->user_name = "{$rs['fname']} {$rs['lname']}";
}
Is this working as designed or is there a way to get the Monthly calendar view to also display the Resource reserved in each calendar day?
Many thanks in advance!
Cheers,
Chris