Skip to content

Commit

Permalink
Merge branch 'QA_4_6' into QA_4_6-security
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 22, 2016
2 parents 48764f2 + bc6fbbe commit d9f918c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -44,7 +44,7 @@

# General information about the project.
project = u'phpMyAdmin'
copyright = u'2012 - 2014, The phpMyAdmin devel team'
copyright = u'2012 - 2016, The phpMyAdmin devel team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion libraries/server_privileges.lib.php
Expand Up @@ -2384,7 +2384,7 @@ function PMA_getListOfPrivilegesAndComparedPrivileges()
*/
function PMA_getHtmlTableBodyForSpecificDbRoutinePrivs($db, $odd_row, $index_checkbox)
{
$sql_query = 'SELECT * FROM `mysql`.`procs_priv` WHERE Db = "' . $db . '";';
$sql_query = 'SELECT * FROM `mysql`.`procs_priv` WHERE Db = \'' . Util::sqlAddSlashes($db) . '\';';
$res = $GLOBALS['dbi']->query($sql_query);
$html_output = '';
while ($row = $GLOBALS['dbi']->fetchAssoc($res)) {
Expand Down
16 changes: 8 additions & 8 deletions po/ckb.po
Expand Up @@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.6.2-dev\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2016-05-23 14:29+0200\n"
"PO-Revision-Date: 2015-11-20 15:47+0000\n"
"Last-Translator: Dana Akram <dana@kurdish.one>\n"
"Language-Team: Kurdish Sorani <https://hosted.weblate.org/projects/"
"phpmyadmin/master/ckb/>\n"
"PO-Revision-Date: 2016-07-20 07:25+0000\n"
"Last-Translator: Kamyar Sec <kamofanar@gmail.com>\n"
"Language-Team: Kurdish Sorani "
"<https://hosted.weblate.org/projects/phpmyadmin/4-6/ckb/>\n"
"Language: ckb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.5-dev\n"
"X-Generator: Weblate 2.8-dev\n"

#: changelog.php:37 license.php:33
#, php-format
Expand All @@ -34,7 +34,7 @@ msgstr "لیستەی بنەڕەتیی خانەکانی بنکەی دراوە ب

#: db_central_columns.php:130
msgid "Click to sort."
msgstr "ڕیزکردن."
msgstr "کلیک بکه‌ بۆ پۆڵێن کردن."

#: db_central_columns.php:149
#, php-format
Expand All @@ -43,7 +43,7 @@ msgstr "پیشاندانی خانەکان %1$s - %2$s."

#: db_datadict.php:57 libraries/operations.lib.php:34
msgid "Database comment"
msgstr "تێبینی بنکەی دراوە"
msgstr "تێبینی بنکەی دراو"

#: db_datadict.php:104 libraries/plugins/schema/pdf/PdfRelationSchema.php:596
#: templates/columns_definitions/column_definitions_form.phtml:88
Expand Down Expand Up @@ -150,7 +150,7 @@ msgstr "بنەڕەت"
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:635
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:658
msgid "Links to"
msgstr "بەستەر دەکات بۆ"
msgstr "بەستەر بۆ"

#: db_datadict.php:120 libraries/config/messages.inc.php:161
#: libraries/config/messages.inc.php:177 libraries/config/messages.inc.php:215
Expand Down

0 comments on commit d9f918c

Please sign in to comment.