--- /var/lib/typo3/typo3_src-HEAD/t3lib/class.t3lib_install.php 2004-11-13 23:23:06.000000000 +0100 +++ /var/www/typo3site/t3lib/class.t3lib_install-fixed.php 2004-11-13 23:23:53.000000000 +0100 @@ -467,6 +467,11 @@ if (is_array($info['fields'])) { foreach($info['fields'] as $fN => $fV) { if ($info['whole_table']) { + if(!strcmp($fN,'uid')) { + if(strstr($fV,'auto_increment')) { + $fV = eregi_replace('default \'0\'','',$fV); + } + } $whole_table[]=$fN.' '.$fV; } else { if ($theKey=='extra') {