bugphpGroupWare - Bugs: bug #7568, Wrong code in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #7568: Wrong code in class.accounts_contacts.inc.php

Submitted by:  Kai Hofmann <powerstat>
Submitted on:  Tue 03 Feb 2004 06:49:36 PM UTC  
 
Item Group: 0.9.16RC2Category: API - phpGroupware API
Severity: 6 - SecurityPriority: 9 - Immediate
Status: Wont FixPrivacy: Public
Assigned to: Dave Hall <skwashd>Open/Closed: Closed
Component Version: SVNOperating System: None
Reproducibility: NonePlanned Release: None
Fixed Release: 

Wed 25 Feb 2004 09:18:06 PM UTC, comment #1:

This functionality is deprecated in 16 and will be removed from HEAD. The class remains to allow people to convert.

Dave Hall <skwashd>
Project AdministratorIn charge of this item.
Tue 03 Feb 2004 06:49:36 PM UTC, original submission:

[...]

function add($account_name, $account_type, $first_name, $last_name, $passwd = False)
{
$this->create($account_name, $account_type, $first_name, $last_name, $passwd);
}

[...]

function create($account_info)

[...]

Seems the call to create is wrong - also I have not seen a different create call in class.accounts.inc.php from which this one inherits.
Last but not least the password parameter should be set to '' and not to false (type mix problem).

Kai Hofmann <powerstat>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Wed 25 Feb 2004 09:18:06 PM UTCskwashdStatusNone=>Wont Fix
  Assigned toceb=>skwashd
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1