The branch, master has been updated via 56a3f0c874b669a2001618ec19d4361544354ec7 (commit) from ab1e5a3755dcf8c70f9be60a89ac10d825d84d92 (commit)
- Log ----------------------------------------------------------------- commit 56a3f0c874b669a2001618ec19d4361544354ec7 Author: Michal Čihař mcihar@suse.cz Date: Thu Jul 21 13:39:04 2011 +0200
Fix function docblock
-----------------------------------------------------------------------
Summary of changes: libraries/server_synchronize.lib.php | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/libraries/server_synchronize.lib.php b/libraries/server_synchronize.lib.php index 504b8fc..aabee6b 100644 --- a/libraries/server_synchronize.lib.php +++ b/libraries/server_synchronize.lib.php @@ -39,10 +39,9 @@ function PMA_getMatchingTables($trg_tables, $src_tables, &$matching_tables, &$un * PMA_getNonMatchingTargetTables() places tables present * in target database but are absent from source database * -* @param $trg_tables array of target database table names, -* -* @param $matching_tables $matching tables array containing names of matching tables, -* @param &$uncommon_target_tables empty array passed by reference to save names of tables presnet in +* @param array $trg_tables array of target database table names, +* @param array $matching_tables $matching tables array containing names of matching tables, +* @param array &$uncommon_target_tables empty array passed by reference to save names of tables presnet in * target database but absent from source database */ function PMA_getNonMatchingTargetTables($trg_tables, $matching_tables, &$uncommon_target_tables)
hooks/post-receive