svn: /web/doc-editor/trunk/php/ class.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 12 Nov 2009 17:40:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290598
Log:
Remove getOutputLogFile's method from class.php. This method is present in LogManager.php as readOutputLog'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-12 17:40:17 UTC (rev 290597)
+++ web/doc-editor/trunk/php/class.php 2009-11-12 17:40:54 UTC (rev 290598)
@@ -803,16 +803,6 @@
}
/**
- * Get the content of a log file.
- *
- * @param $file The name of the file.
- * @return $content The content.
- */
- function getOutputLogFile($file) {
- return file_get_contents(DOC_EDITOR_CVS_PATH . '../.' . $file);
- }
-
- /**
* Highlights the given commit log
*
* @param $message The commit log