function getCountPulldown($currentCount) {$countOptions = array(array('data' => '100', 'label' => '100'),array('data' => '75', 'label' => '75'),array('data' => '50', 'label' => '50'),array('data' => '25', 'label' => '25'),array('data' => '10', 'label' => '10'));return getSelectPulldown('count', $countOptions, 'data', 'label', $currentCount);}
array('data' => '1000', 'label' => '1000'),
--
You received this message because you are subscribed to the Google Groups "libstats" group.
To post to this group, send email to libs...@googlegroups.com.
To unsubscribe from this group, send email to libstats+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/libstats?hl=en.