/**
  * 	sList
  *
  * 	returns a list of sql operators
  *
  * @param string $group
  * 	operator group name
  * @param boolean $useany
  * 	adds/removes the 'ANY' list item
  *
  * @return string
  * 	the operator list
  */
 function sList($group, $useany = TRUE)
 {
     return EasyContactFormsDB::getSignSList($group, $useany);
 }