svn: /web/doc-editor/trunk/php/ RepositoryManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 09 Nov 2009 19:40:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290442
Log:
remove extra var
Changed paths:
U web/doc-editor/trunk/php/RepositoryManager.php
Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php 2009-11-09 19:24:01 UTC (rev 290441)
+++ web/doc-editor/trunk/php/RepositoryManager.php 2009-11-09 19:40:47 UTC (rev 290442)
@@ -106,8 +106,6 @@
// TODO: extract the string replace outside this function
$output = str_replace("Warning", '<span style="color: #FF0000; font-weight: bold;">Warning</span>', $output);
- $output[] = $cmd;
-
return $output;
}