svn: /pear/pearweb/trunk/cron/ find-documentation.php

[email protected] ("Daniel O'Connor") Thu, 09 Sep 2010 07:58:32 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
clockwerx                                Thu, 09 Sep 2010 07:58:32 +0000

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

Log:
Add a new line for readability

Changed paths:
    U   pear/pearweb/trunk/cron/find-documentation.php

Modified: pear/pearweb/trunk/cron/find-documentation.php
===================================================================
--- pear/pearweb/trunk/cron/find-documentation.php	2010-09-09 07:57:37 UTC (rev 303208)
+++ pear/pearweb/trunk/cron/find-documentation.php	2010-09-09 07:58:32 UTC (rev 303209)
@@ -93,7 +93,7 @@
                 preg_match("/<book.*?xml:id\=\"(.*?)\"\s*>/s", $content, $matches2);

                 if (empty($matches2[1])) {
-                    print "Unable to match /<book.*?xml:id\=\"(.*?)\"\s*>/s for " . $path . ", skipping";
+                    print "Unable to match /<book.*?xml:id\=\"(.*?)\"\s*>/s for " . $path . ", skipping\n";
                     continue;
                 }