bugphpGroupWare - Bugs: bug #6312, update bookmark - error in explode...

 
 

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

bug #6312: update bookmark - error in explode statement

Submitter:  Dirk Schaller <dschaller>
Submitted:  Mon 03 Nov 2003 08:24:35 AM UTC
   
 
Category:  bookmarks Item Group:  SVN trunk (dev code)
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  ceb Open/Closed:  Closed
Component Version:  SVN Operating System:  MS Windows
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Tue 21 Jun 2005 03:06:33 PM UTC, comment #1: 

fixed

Bettina Gille <ceb>
Group administrator
Mon 03 Nov 2003 08:24:35 AM UTC, original submission:  

class.so.inc.php - function update:

wrong:
$ts = explode(',',$GLOBALS['phpgw']->db->f('bm_info'));
                  ^^^^^^^^^^^^^^^^^

must change to:
$ts = explode(',',$this->db->f('bm_info'));

Thanks.
Dirk S

Dirk Schaller <dschaller>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-06-21 ceb Open/ClosedOpen Closed
2004-09-13 dschaller Assigned toNone ceb

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code