[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1583-gc484d10

The branch, master has been updated via c484d10caa5f725fa5bcac3ba4261ee034a5a376 (commit) from 599492943d0415c40f2db3e7274f18d3c269544a (commit) - Log ----------------------------------------------------------------- commit c484d10caa5f725fa5bcac3ba4261ee034a5a376 Author: Michal Čihař <mcihar@novell.com> Date: Wed Feb 2 14:17:26 2011 +0100 Add links to table alter page ----------------------------------------------------------------------- Summary of changes: tbl_alter.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tbl_alter.php b/tbl_alter.php index b7ab440..f60523f 100644 --- a/tbl_alter.php +++ b/tbl_alter.php @@ -24,6 +24,7 @@ PMA_checkParameters(array('db', 'table')); */ require_once './libraries/tbl_common.php'; require_once './libraries/tbl_info.inc.php'; +require_once './libraries/tbl_links.inc.php'; $active_page = 'tbl_structure.php'; hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař