fix stupid sql error

This commit is contained in:
Miles Lott 2002-05-13 23:27:40 +00:00
parent 9e6f3ac7aa
commit ad9134c5d9

View File

@ -484,6 +484,7 @@
if($cquery) if($cquery)
{ {
$sql = "SELECT * FROM $this->std_table WHERE (";
$cfields = array( $cfields = array(
'fn' => 'cn', 'fn' => 'cn',
'n_family' => 'sn', 'n_family' => 'sn',