[Web-cyradm] [bugs #8431] Error when adding alias E-Mail addresses
to an account
Luc de Louw
noreply at savannah.nongnu.org
Sun Apr 4 11:21:19 CEST 2004
This mail is an automated notification from the bugs tracker
of the project: web-cyradm.
/**************************************************************************/
[bugs #8431] Latest Modifications:
Changes by:
Luc de Louw <luc at delouw.ch>
'Date:
Sun 04/04/04 at 14:21 (Europe/Zurich)
What | Removed | Added
---------------------------------------------------------------------------
Status | Open | Closed
/**************************************************************************/
[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 23:10
Category: main
Severity: 5 - Average
Priority: 9 - Immediate
Item Group: normal bugs
Resolution: Fixed
Assigned to: None
Originator Name: Jens Jacobsen
Originator Email: jens.jacobsen at web.de
Status: Closed
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
Follow-up Comments
------------------
-------------------------------------------------------
Date: Sun 04/04/04 at 14:19 By: delouw
Fixed in CVS HEAD
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