Skip to content

Commit

Permalink
#3304 - table case
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookbanks committed Jun 22, 2023
1 parent c360c63 commit 09707c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/sources/maintenance.index.inc.php
Expand Up @@ -616,7 +616,7 @@ function cleanImageCache($path = null, $failed = array())
$GLOBALS['smarty']->assign('TABLES_AFTER', $database_result);
} elseif (($tables = $GLOBALS['db']->getRows()) !== false) {
$index_map = array(
'CubeCart_404_log' => array(
'cubecart_404_log' => array(
'id' => 'PRIMARY',
'uri' => 'KEY',
'created' => 'KEY'
Expand Down

0 comments on commit 09707c1

Please sign in to comment.