Fixes for the new behaviour and set forms methods

This commit is contained in:
Antonio de la Rosa 2015-08-22 05:48:21 +02:00
parent f75ac6d78d
commit 9f35b00fed
7 changed files with 150 additions and 15 deletions

View file

@ -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))
{