svn: /web/doc-editor/trunk/php/ ToolsError.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Tue, 13 Apr 2010 04:45:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297939
Log:
Disable acronym check for EN document
Changed paths:
U web/doc-editor/trunk/php/ToolsError.php
Modified: web/doc-editor/trunk/php/ToolsError.php
===================================================================
--- web/doc-editor/trunk/php/ToolsError.php 2010-04-13 01:31:53 UTC (rev 297938)
+++ web/doc-editor/trunk/php/ToolsError.php 2010-04-13 04:45:20 UTC (rev 297939)
@@ -323,7 +323,7 @@
// Check Error specific to EN files
if( $this->lang == 'en' )
{
- $this->checkAcronym();
+ //$this->checkAcronym(); Disable acronym check for EN document
$this->missingInitializer();
$this->spaceOrPeriodRefpurposeTag($this->lang);
$this->tabCharacterInDocument($this->lang);