Skip Menu |

This queue is for tickets about the Maypole-Plugin-QuickTable CPAN distribution.

Report information
The Basics
Id: 13800
Status: resolved
Priority: 0/
Queue: Maypole-Plugin-QuickTable

People
Owner: Nobody in particular
Requestors: davekam [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: if statement should check if defined (in 0.3)
At line 186: if ( $order_by eq $field ) $order_by is not defined in all cases, so this should check first if it's defined, so as not to produce extraneous warnings and so on.
[guest - Wed Jul 20 16:11:26 2005]: Show quoted text
> At line 186: > > if ( $order_by eq $field ) > > $order_by is not defined in all cases, so this should check first if > it's defined, so as not to produce extraneous warnings and so on.
Fixed in 0.301