We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In phpMyAdmin versions before 4.3.0 alpha 1 there was a setting named $cfg['Servers'][$i]['designer_coords'] See: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_2_13_3/libraries/config.default.php#L399 See: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_2_13_3/doc/config.rst
$cfg['Servers'][$i]['designer_coords']
It no longer exists since #1232
The feature was first documented in fb9a3a5
The text was updated successfully, but these errors were encountered:
I am adding this back to the documentation so our users can remove it from their configs and find out it does not exist anymore.
cc @MauricioFauth for #17050 cc @clementmoulin to remove it from your config (found while working on #16906)
Sorry, something went wrong.
I think the migration SQL script to 4.3 should have been adjusted, but sincerely, 7 years after, It will stay as it is.
Add a ChangeLog entry for #17092
7290be3
Ref: #1232 Fixes: #17092 Signed-off-by: William Desportes <williamdes@wdes.fr>
d56460c
williamdes
No branches or pull requests
In phpMyAdmin versions before 4.3.0 alpha 1 there was a setting named
$cfg['Servers'][$i]['designer_coords']See: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_2_13_3/libraries/config.default.php#L399
See: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_2_13_3/doc/config.rst
It no longer exists since #1232
The feature was first documented in fb9a3a5
The text was updated successfully, but these errors were encountered: