Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » filterWhereSqlWhere
filterWhereSqlWhere [message #879] Thu, 21 June 2007 11:43 Go to previous message
interop is currently offline  interop
Messages: 45
Registered: October 2006
Member
This function was always returning an empty string for me.
On line 943 I added the following code and it seems to be working properly now.

} else {
// field is not duplicated, so copy to output array
if ($last_separator) {
$array_out[] = $last_separator;
$last_separator = null;
} // if
$array_out[] = $fieldname .$operator .$fieldvalue;
} // if
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Primary Key in not complete
Next Topic: dict_table_s03
Goto Forum:
  


Current Time: Wed May 08 22:35:52 EDT 2024

Total time taken to generate the page: 0.00936 seconds