setting = array( 'gtids' => array( 'title' => 'grouplist_gtids', 'type' => 'mselect', 'value' => array( ), ), 'titlelength' => array( 'title' => 'grouplist_titlelength', 'type' => 'text', 'default' => 40 ), 'summarylength' => array( 'title' => 'grouplist_summarylength', 'type' => 'text', 'default' => 80 ) ); } function name() { return lang('blockclass', 'blockclass_group_script_groupnew'); } function cookparameter($parameter) { $parameter['orderby'] = 'dateline'; return parent::cookparameter($parameter); } } ?>