svn: /web/doc-editor/trunk/php/ class.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 11 Nov 2009 21:44:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290550
Log:
Remove checkOldFiles's method from class.php. This method is present in RepositoryManager.php as updateNotInEN's method
Changed paths:
U web/doc-editor/trunk/php/class.php
Modified: web/doc-editor/trunk/php/class.php
===================================================================
--- web/doc-editor/trunk/php/class.php 2009-11-11 21:44:22 UTC (rev 290549)
+++ web/doc-editor/trunk/php/class.php 2009-11-11 21:44:49 UTC (rev 290550)
@@ -252,19 +252,6 @@
}
/**
- * List all available language to run doCheckOldFiles() on it.
- *
- */
- function checkOldFiles() {
-
- reset($this->availableLanguage);
-
- while (list(, $lang) = each($this->availableLanguage)) {
- $this->doCheckOldFiles('', $lang);
- }
- }
-
- /**
* Test if the file is a modified file.
*
* @param $lang The lang of the tested file.