rfe #2792992 [doc] Added advice to re-login after changing pmadb settings

This commit is contained in:
Herman van Rink
2010-02-15 15:21:55 +00:00
parent 6caa0de957
commit 85d3b6258e
59 changed files with 59 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ function PMA_printRelationsParamDiagnostic($cfgRelation)
echo '<li>' . $GLOBALS['strPmadbCreateTables'] . ' ' . PMA_showDocu('linked-tables') . '</li>';
echo '<li>' . $GLOBALS['strPmadbCreateUser'] . ' ' . PMA_showDocu('pmausr') . '</li>';
echo '<li>' . $GLOBALS['strPmadbCreateConfig'] . ' ' . PMA_showDocu('quick_install') . '</li>';
echo '<li>' . $GLOBALS['strPmadbReLoginToEnable'] . '</li>';
echo '</ul>';
}