Add missing operator

This commit is contained in:
Michal Čihař
2011-05-11 14:00:10 +02:00
parent 332f3da902
commit 5687ac290e

View File

@@ -244,9 +244,10 @@ if (! defined('PMA_MINIMUM_COMMON')) {
6 => '<>',
7 => '>=',
8 => '>>',
9 => '||'
9 => '||',
10 => '==',
);
$allpunct_list_pair_size = 10; //count($allpunct_list_pair);
$allpunct_list_pair_size = 11; //count($allpunct_list_pair);
$quote_list = '\'"`';
$arraysize = 0;