svn: /pear/pearweb/trunk/cron/ apidoc-queue.php
[email protected] ("Daniel O'Connor") Mon, 12 Sep 2011 15:12:42 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
--09e5930bb209bac2ede9b45b6ac8d942d71de903
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
clockwerx Mon, 12 Sep 2011 15:12:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316552
Log:
Use correct template
Changed paths:
U pear/pearweb/trunk/cron/apidoc-queue.php
Modified: pear/pearweb/trunk/cron/apidoc-queue.php
===================================================================
--- pear/pearweb/trunk/cron/apidoc-queue.php 2011-09-12 15:09:28 UTC (rev 316551)
+++ pear/pearweb/trunk/cron/apidoc-queue.php 2011-09-12 15:12:42 UTC (rev 316552)
@@ -161,7 +161,6 @@
$command = sprintf(
"/usr/local/bin/docblox -d %s --title '%s' -t %s --template %s --ignore */data/*,*/tests/*; rm -rf %s",
$tmpdir,
- $name,
$name . " " . $info['version'],
PEAR_APIDOC_DIR . "/" . $name . "-" . $info['version'],
"default",
--09e5930bb209bac2ede9b45b6ac8d942d71de903--