Big Thanks to Till and BorderAmigos.
I also get a php error when executing the mail_content_filters.sh file:
Running Fedora14 with ISPConfig 3.0.3.2 stable
[root@server mail_filter_content]# ./mail_content_filters.sh
PHP Fatal error: Call to a member function quote() on a non-object in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 279
Here is my line 279:
Quote:
if($diff_num > 0) {
//print_r($diff_num);
//print_r($diffrec_full);
$diffstr = $app->db->quote(serialize($diffrec_full));
$username = $app->db->quote($_SESSION['s']['user']['username']);
$dbidx = $primary_field.':'.$primary_id;
|
This would rock my world is this works

or I can do 641 entries manually

Thanks in advance