Re: [Citrusdb-users] Typo in dashboard.php?

2010-05-17 Thread Paul Yasi
I've fixed the nummessages typo and found a whole bunch of undefined vaiables to fix when I turned on notices. I know i've turned on E_ALL notices to find these before, but it seems that is was undone during some upgrade or something. Thanks for reminding me. I've found still more undefined vari

[Citrusdb-users] Typo in dashboard.php?

2010-05-14 Thread Rich Cloutier
Just downloaded the latest version (2.1 stable) the other day to play with. Turned on E_ALL error reporting and I think I've found a typo in dashboard.php on line 46: $nummessages = $nummessaes + $num_rows; I think that should be: $nummessages = $nummessages + $num_rows; Also, you u