[Web-cyradm] [bugs #8431] Error when adding alias E-Mail addresses
to an account
anonymous
noreply at savannah.nongnu.org
Fri Apr 2 19:10:22 CEST 2004
This mail is an automated notification from the bugs tracker
of the project: web-cyradm.
/**************************************************************************/
[bugs #8431] Full Item Snapshot:
URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8431>
Project: web-cyradm
Submitted by: 0
On: Fri 04/02/04 at 18:10
Category: main
Severity: 5 - Average
Priority: 5 - Normal
Item Group: normal bugs
Resolution: None
Assigned to: None
Originator Name: Jens Jacobsen
Originator Email: jens.jacobsen at web.de
Status: Open
Release: 0.5.4
Platform Version: GNU/Linux
Reproducibility: Every Time
Planned Release: 0.5.4
Cyrus IMAP version: 2.1.x
PHP version: 4.3
Database type: MySQL 4.0
Summary: Error when adding alias E-Mail addresses to an account
Original Submission: Bug in validate.inc.php Line 176
$result = $handle->query($query, $handle);
prevents users from adding alias email addresses to an existing account (action=newemail):
Fatal error: Call to undefined function: fetchrow() in /srv/www/htdocs/admin/web-cyradm/validate.inc.php on line 176
Changing the line to
$result = $handle->query($query); //, $handle);
made the corresponding page work again
For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8431>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
More information about the Web-cyradm
mailing list