Re: new group in "dialup-admin

2003-07-14 Thread Kostas Kalevras
On Mon, 14 Jul 2003, Truong Manh Cuong wrote: > May I ask a question about dialup-admin: > > This is some code line of group-new > > if ($attr_type["$key"] == 'checkItem'){ > > $table = "$config[sql_groupcheck_table]"; > > $type = 1; > > } > > else if ($attr_type["$key"] == 'replyItem'){ > > $tabl

new group in "dialup-admin

2003-07-13 Thread Truong Manh Cuong
May I ask a question about dialup-admin: This is some code line of group-new if ($attr_type["$key"] == 'checkItem'){ $table = "$config[sql_groupcheck_table]"; $type = 1; } else if ($attr_type["$key"] == 'replyItem'){ $table = "$config[sql_groupreply_table]"; $type = 2; } When dies $attr_type[$