[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_5-6484-gd928804

Michal Čihař nijel at users.sourceforge.net
Tue Aug 17 16:38:21 CEST 2010


The branch, master has been updated
       via  d928804684fb9480ecc971b306bdbfbb309ede0f (commit)
      from  0f39dc040ab9287f17ca267e84078748c7f96f62 (commit)


- Log -----------------------------------------------------------------
commit d928804684fb9480ecc971b306bdbfbb309ede0f
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Aug 17 16:38:05 2010 +0200

    Fix string escaping.

-----------------------------------------------------------------------

Summary of changes:
 js/messages.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/messages.php b/js/messages.php
index aeb93f5..4999002 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -32,7 +32,7 @@ $js_messages['strDropDatabaseStrongWarning'] = __('You are about to DESTROY a co
 
 /* For blobstreaming */
 $js_messages['strBLOBRepositoryDisableStrongWarning'] = __('You are about to DISABLE a BLOB Repository!');
-$js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf(__('Are you sure you want to disable all BLOB references for database %s?'), $GLOBALS['db']);
+$js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf(__('Are you sure you want to disable all BLOB references for database %s?'), PMA_escapeJsString($GLOBALS['db']));
 
 /* For indexes */
 $js_messages['strFormEmpty'] = __('Missing value in the form!');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list