Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2011-12-14 12:49:35 +0400
committerMichal Čihař <mcihar@suse.cz>2011-12-14 12:49:35 +0400
commitea64f8f731928cfed87f7149a39dc797af8ce08a (patch)
tree9273c56f24f95ca8e9fb7c342063e777d8cde0c8 /libraries/dbi
parent629c5cbc3458ff6190bcada0080f1d065bb124ca (diff)
Whitespace cleanup
Diffstat (limited to 'libraries/dbi')
-rw-r--r--libraries/dbi/mysql.dbi.lib.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php
index c4f22fb28a..0a7c86183c 100644
--- a/libraries/dbi/mysql.dbi.lib.php
+++ b/libraries/dbi/mysql.dbi.lib.php
@@ -175,8 +175,8 @@ function PMA_DBI_try_query($query, $link = null, $options = 0, $cache_affected_r
$r = mysql_query($query, $link);
}
- if ($cache_affected_rows) {
- $GLOBALS['cached_affected_rows'] = PMA_DBI_affected_rows($link, $get_from_cache = false);
+ if ($cache_affected_rows) {
+ $GLOBALS['cached_affected_rows'] = PMA_DBI_affected_rows($link, $get_from_cache = false);
}
if ($GLOBALS['cfg']['DBG']['sql']) {
@@ -406,7 +406,7 @@ function PMA_DBI_insert_id($link = null)
* @uses $GLOBALS['userlink']
* @uses mysql_affected_rows()
* @param object mysql $link the mysql object
- * @param boolean $get_from_cache
+ * @param boolean $get_from_cache
* @return string integer
*/
function PMA_DBI_affected_rows($link = null, $get_from_cache = true)