logo       
Google Custom Search
    AddThis Social Bookmark Button

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

Subject: cvs: pearweb /include pear-database.php
pajoye          Fri Feb 24 12:07:50 2006 UTC

  Modified files:              
    /pearweb/include    pear-database.php 
  Log:
  - maintains contains the active field
  
  
http://cvs.php.net/viewcvs.cgi/pearweb/include/pear-database.php?r1=1.302&r2=1.303&diff_format=u
Index: pearweb/include/pear-database.php
diff -u pearweb/include/pear-database.php:1.302 
pearweb/include/pear-database.php:1.303
--- pearweb/include/pear-database.php:1.302     Fri Feb 24 00:34:08 2006
+++ pearweb/include/pear-database.php   Fri Feb 24 12:07:50 2006
@@ -17,7 +17,7 @@
    |          Tomas V.V.Cox <cox@xxxxxxx>                                 |
    |          Martin Jansen <mj@xxxxxxx>                                  |
    +----------------------------------------------------------------------+
-   $Id: pear-database.php,v 1.302 2006/02/24 00:34:08 pajoye Exp $
+   $Id: pear-database.php,v 1.303 2006/02/24 12:07:50 pajoye Exp $
 */
 
 require_once 'DB/storage.php';
@@ -768,7 +768,7 @@
                 $sql = "SELECT description FROM packages p WHERE " . 
$package_type . " p.{$what} = ?";
                 $info = $dbh->query($sql, array($pkg));
             } elseif ($field == 'authors') {
-                $sql = "SELECT u.handle, u.name, u.email, u.showemail, 
u.active, m.role
+                $sql = "SELECT u.handle, u.name, u.email, u.showemail, 
m.active, m.role
                         FROM maintains m, users u, packages p
                         WHERE " . $package_type ." m.package = p.id
                         AND p.$what = ?

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





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>