logo       

cvs: pearweb /include pear-database.php: msg#00072

php.pear.core

Subject: cvs: pearweb /include pear-database.php

cellog Fri Oct 20 03:34:01 2006 UTC

Modified files:
/pearweb/include pear-database.php
Log:
fix Bug #9098 Invalid Licence

http://cvs.php.net/viewvc.cgi/pearweb/include/pear-database.php?r1=1.321&r2=1.322&diff_format=u
Index: pearweb/include/pear-database.php
diff -u pearweb/include/pear-database.php:1.321
pearweb/include/pear-database.php:1.322
--- pearweb/include/pear-database.php:1.321 Thu Oct 19 02:55:25 2006
+++ pearweb/include/pear-database.php Fri Oct 20 03:34:01 2006
@@ -18,7 +18,7 @@
| Martin Jansen <mj@xxxxxxx> |
| Gregory Beaver <cellog@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: pear-database.php,v 1.321 2006/10/19 02:55:25 cellog Exp $
+ $Id: pear-database.php,v 1.322 2006/10/20 03:34:01 cellog Exp $
*/

require_once 'DB/storage.php';
@@ -355,7 +355,7 @@
// lead
extract($data);
if (empty($license)) {
- $license = "PEAR License";
+ $license = "PHP License";
}
if (!empty($category) && (int)$category == 0) {
$category = $dbh->getOne("SELECT id FROM categories WHERE name =
?",

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise