svn: /pear/pearweb/trunk/public_html/admin/ index.php
[email protected] (Christian Weiske) Mon, 21 Feb 2011 20:53:13 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
cweiske Mon, 21 Feb 2011 20:53:13 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308544
Log:
remove from_site where claus since that column does not exist anymore
Changed paths:
U pear/pearweb/trunk/public_html/admin/index.php
Modified: pear/pearweb/trunk/public_html/admin/index.php
===================================================================
--- pear/pearweb/trunk/public_html/admin/index.php 2011-02-21 20:52:37 UTC (rev 308543)
+++ pear/pearweb/trunk/public_html/admin/index.php 2011-02-21 20:53:13 UTC (rev 308544)
@@ -490,7 +490,7 @@
$table->setCaption('Account Requests', 'style="background-color: #CCCCCC;"');
$requests = $dbh->getAssoc("SELECT u.handle,u.name,n.note,u.userinfo FROM users u ".
"LEFT JOIN notes n ON n.uid = u.handle ".
- "WHERE u.registered = 0 AND from_site != 'pecl'");
+ "WHERE u.registered = 0");
if (is_array($requests) && sizeof($requests) > 0) {
$head = array(
"<a href=\"#\" onclick=\"toggleSelectAll(this)\">✓</a>",