bugphpGroupWare - Bugs: bug #5312, delete record function...

 
 

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

bug #5312: delete record function (sql_builder)

Submitted by:  Jonathan Rivera <jarg>
Submitted on:  Mon 15 Sep 2003 02:54:37 PM UTC  
 
Item Group: 0.9.16RC1Category: API - phpGroupware API
Severity: 3 - NormalPriority: 5 - Normal
Status: FixedPrivacy: Public
Assigned to: Invalid User ID <Invalid User ID>Open/Closed: Closed
Component Version: NoneOperating System: None
Reproducibility: NonePlanned Release: None
Fixed Release: 

Mon 15 Sep 2003 02:54:37 PM UTC, original submission:

i don't know if this is a bug or i don't know how to use this function. I want delete one record with 2 criterias.

function delete_org_person_relation($org_id, $person_id, $action=PHPGW_SQL_RUN_SQL) { return $this->_delete(sql_criteria::and_(sql_criteria::equal('my_org_id', $org_id), sql_criteria::equal('my_person_id', $person_id)), $action); }

but i have this error:

Fatal error: Call to a member function on a non-object in /home/jarg/public_html/phpgroupware/phpgwapi/inc/class.sql_builder.inc.php on line 971

Jonathan Rivera <jarg>

 

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):

 

 

No Changes Have Been Made to This Item

Back to the top


Powered by Savane 3.1-cleanup1