Correct count of words.

This commit is contained in:
Michal Čihař
2010-08-30 14:38:37 +02:00
parent 0d1b515769
commit aa45363719

View File

@@ -698,7 +698,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
$PMA_SQPdata_reserved_word_cnt = 291;
$PMA_SQPdata_reserved_word_cnt = 289;
/**
* The previous array must be sorted so that the binary search work.
* Sometimes a word is not added in the correct order, so