[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-13270-g67d5346

The branch, master has been updated via 67d5346da5fdcfacdd73bf49c444a88842c88ae7 (commit) from eb66564960eeb840a7521a35c00d32aebb9525bb (commit) - Log ----------------------------------------------------------------- commit 67d5346da5fdcfacdd73bf49c444a88842c88ae7 Author: Piotr Przybylski <piotrprz@gmail.com> Date: Sat Aug 6 11:02:25 2011 +0200 Fix typo ----------------------------------------------------------------------- Summary of changes: server_synchronize.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server_synchronize.php b/server_synchronize.php index 623681c..28a7193 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -913,7 +913,7 @@ if (isset($_REQUEST['synchronize_db'])) { } foreach ($source_tables_uncommon as $tbl_nc_name) { $rows[] = array( - 'src_table_name' => '+ ' + $tbl_nc_name, + 'src_table_name' => '+ ' . $tbl_nc_name, 'dst_table_name' => $tbl_nc_name); } foreach ($target_tables_uncommon as $tbl_nc_name) { hooks/post-receive -- phpMyAdmin
participants (1)
-
Piotr Przybylski