Fixes for the new behaviour and set forms methods
This commit is contained in:
parent
f75ac6d78d
commit
9f35b00fed
7 changed files with 150 additions and 15 deletions
|
|
@ -19,12 +19,12 @@
|
|||
* @param string $field The field where search.
|
||||
*/
|
||||
|
||||
function select_a_field_method_class($class, $where, $field)
|
||||
function select_a_field_method_class($class, $field)
|
||||
{
|
||||
|
||||
$arr_field=array();
|
||||
|
||||
$query=$class->select($where, array($field), $raw_query=1);
|
||||
$query=$class->select(array($field), $raw_query=1);
|
||||
|
||||
while(list($field_choose)=$class->fetch_row($query))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue