> __PACKAGE__->columns(
>     All => qw/
>       courseid
>       course_description
>       date
>       start_time
>       end_time
>       max_enroll
>       campus
>       instructor
>       location
>       organization
>       is_visible
>       is_canceled
>       cancel_date
>       created_by
>       created_at
>       last_update_by
>       last_update_at
>       keywords
>       featured
>       /,
>     TEMP => qw/count/
> );

Try two columns() calls instead of one :

__PACKAGE__->columns(All => ..
__PACKAGE__->columns(TEMP => ..

Brian


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to