Noalyss_SQL :: count add a space
This commit is contained in:
parent
652ec9bba3
commit
acafbcba2e
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ abstract class Noalyss_SQL extends Data_SQL
|
||||||
return $a_return;
|
return $a_return;
|
||||||
}
|
}
|
||||||
public function count($p_where="",$p_array=null) {
|
public function count($p_where="",$p_array=null) {
|
||||||
$count=$this->cn->get_value("select count(*) from $this->table".$p_where,$p_array);
|
$count=$this->cn->get_value("select count(*) from $this->table ".$p_where,$p_array);
|
||||||
return $count;
|
return $count;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue