Bug #14354 » 0000416-bug_416.diff
/var/www/typo3site/t3lib/class.t3lib_install-fixed.php 2004-11-13 23:23:53.000000000 +0100 | ||
---|---|---|
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') {
|