--- tables_current.inc.php.orig 2006-02-27 16:12:05.948947000 +0100 +++ tables_current.inc.php 2006-02-27 16:12:05.948947000 +0100 @@ -53,7 +53,7 @@ 'doc_id' => array('type' => 'int','precision' => '8','nullable' => False), 'date' => array('type' => 'int','precision' => '8','nullable' => True), 'fw_user' => array('type' => 'varchar', 'precision' => '25'), - 'user' => array('type' => 'int', 'precision' => '8','nullable' => False), + 'c_user' => array('type' => 'int', 'precision' => '8','nullable' => False), 'notes' => array('type' => 'text') ), 'pk' => array('hist_id'),