
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7d7d17333c5256731d1c0c80b49d63af9e335f71 https://github.com/phpmyadmin/phpmyadmin/commit/7d7d17333c5256731d1c0c80b49d... Author: Aditya Sastry <ganeshaditya1@gmail.com> Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M tbl_create.php Log Message: ----------- Fixes the problem with the breadcrumb navigation(Bug 4306) The global variable table is used by both breadcrumb navigation as well as the tbl_create.php hence it needs to be set back to zero after use. Signed-off-by: Aditya Sastry <ganeshaditya1@gmail.com> Commit: 47ef4936e4f6045d03b12a97147557a297c12076 https://github.com/phpmyadmin/phpmyadmin/commit/47ef4936e4f6045d03b12a971475... Author: Michal Čihař <michal@cihar.com> Date: 2014-03-06 (Thu, 06 Mar 2014) Changed paths: M tbl_create.php Log Message: ----------- Merge pull request #1013 from ganeshaditya1/secondfix Fixes the problem with the breadcrumb navigation(Bug 4306) Compare: https://github.com/phpmyadmin/phpmyadmin/compare/536321393b51...47ef4936e4f6