The branch, master has been updated via 054e265cdbae052c3d66956e90cd5fabf52fe0d9 (commit) from 54e959ee59a2dcd2cd4cda8f08c436c60cab8984 (commit)
- Log ----------------------------------------------------------------- commit 054e265cdbae052c3d66956e90cd5fabf52fe0d9 Author: Michal Čihař mcihar@novell.com Date: Thu Feb 17 17:17:21 2011 +0100
Remove useless reference to feature tracker
-----------------------------------------------------------------------
Summary of changes: sql.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sql.php b/sql.php index 0e59896..0232620 100644 --- a/sql.php +++ b/sql.php @@ -364,7 +364,6 @@ if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) { }
// Measure query time. - // TODO-Item http://sourceforge.net/tracker/index.php?func=detail&aid=571934&grou... $querytime_before = array_sum(explode(' ', microtime()));
$result = @PMA_DBI_try_query($full_sql_query, null, PMA_DBI_QUERY_STORE);
hooks/post-receive