svn: /web/doc-editor/trunk/php/ RepositoryFetcher.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sun, 28 Mar 2010 08:29:00 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=296959

Log:
Remove trim function

Changed paths:
    U   web/doc-editor/trunk/php/RepositoryFetcher.php

Modified: web/doc-editor/trunk/php/RepositoryFetcher.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryFetcher.php	2010-03-28 08:24:36 UTC (rev 296958)
+++ web/doc-editor/trunk/php/RepositoryFetcher.php	2010-03-28 08:29:00 UTC (rev 296959)
@@ -158,7 +158,7 @@

         $ids = is_array($id) ? implode($id, ',') : $id;

-        if( empty(trim($ids)) ) {
+        if( empty( $ids ) ) {
             return $infos;
         }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.