Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-05-29 15:05:50 +02:00
commit 0340be1d47

View File

@ -4109,7 +4109,7 @@ class PMA_Util
*
* @return String Matching regular expression.
*/
public static function getFirstOccuringRegularExpression($regex_array, $query)
public static function getFirstOccurringRegularExpression($regex_array, $query)
{
$minimum_first_occurance_index = null;
$regex = null;