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 use variables in your language files that are undefined (or 
can be:)

$payment_due_date, $total_owed, $turnoff_date, $cancel_date, $phone_billing

Turning on notices and fixing undefined variables can be a pain in the 
butt but I think it leads to better programming, a more robust script 
(will run properly in more environments) and sometimes you catch errors 
like the above.

Rich


citrusdb-users-requ...@lists.sourceforge.net wrote:
> Send Citrusdb-users mailing list submissions to
>       citrusdb-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/citrusdb-users
> or, via email, send a message with subject or body 'help' to
>       citrusdb-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>       citrusdb-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Citrusdb-users digest..."
>
>
> Today's Topics:
>
>    1. about citrusdb with paypal (Tim Reichhart)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 14 May 2010 00:57:52 -0400
> From: Tim Reichhart <kusto...@gmail.com>
> Subject: [Citrusdb-users] about citrusdb with paypal
> To: citrusdb-users@lists.sourceforge.net
> Message-ID:
>       <aanlktily2zc2nyqmvvlo36tgb5qtcwfp7geofw1ya...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Guys
> is there a option that I can select for payment option for paypal or not?
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------------------------
>
>
>
> ------------------------------
>
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>
> End of Citrusdb-users Digest, Vol 40, Issue 2
> *********************************************
>
>   


------------------------------------------------------------------------------

_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to