[TYPO3-core] RFC: Fix (part of) #7589: FULLTEXT keys are not processed correctly

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed Mar 12 19:00:03 CET 2008


Hi!

Benjamin Mack wrote:
> I just found another bug that the patch introduced.
> 
>      function getListOfTables()    {
>          $whichTables = $GLOBALS['TYPO3_DB']->admin_get_tables(TYPO3_db);
> -        return $whichTables;
> +        return array_keys($whichTables);
>      }
> 
> With this, the array is not associative but with numeric keys. the 
> "cleanup database" function in the installer then displays that there is 
> no tables cache_imagesizes.
> 
> What was the reason again for this change?

I remember that Stucki already posted the fix for it???

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"


More information about the TYPO3-team-core mailing list