hallo leute habe mal wieder ein problem ich hoffe mir kann jemand helfen 
 
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /homepages/14/d35230086/htdocs/hhubahn/t3lib/class.t3lib_db.php on line 554
 
die zweite zeile ist die 555
PHP
		
			function fullQuoteStr($str, $table) {
  return '\''.mysql_real_escape_string($str, $this->link).'\'';
 }
 
schonmal danke im voraus
 
		