svn: /pear/pearweb/trunk/cron/ find-documentation.php
[email protected] ("Daniel O'Connor") Thu, 09 Sep 2010 08:24:21 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
clockwerx Thu, 09 Sep 2010 08:24:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303212
Log:
Missed $title
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 08:22:08 UTC (rev 303211)
+++ pear/pearweb/trunk/cron/find-documentation.php 2010-09-09 08:24:21 UTC (rev 303212)
@@ -130,7 +130,7 @@
}
if ($url) {
- $res = $dbh->execute($update, array($url, $matches1[1]));
+ $res = $dbh->execute($update, array($url, $title));
}
} catch (Exception $e) {
print $e->getMessage() . "\n";