phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #6312] update bookmark - error in explode s


From: Dirk Schaller
Subject: [Phpgroupware-tracker] [bugs #6312] update bookmark - error in explode statement
Date: Mon, 13 Sep 2004 04:36:46 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #6312] Latest Modifications:

Changes by: 
                Dirk Schaller <address@hidden>
'Date: 
                Mon 13.09.2004 at 08:31 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | ceb







/**************************************************************************/
[bugs #6312] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=6312>
Project: phpGroupWare
Submitted by: Dirk Schaller
On: Mon 03.11.2003 at 08:24

Category:  bookmarks
Item Group:  CVS HEAD (aka development code base)
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Privacy:  Public
Assigned to:  ceb
Status:  Open
Component Version:  CVS
Platform Version:  MS Windows
Reproducibility:  Every Time
Planned Release:  None
Fixed Release:  


Summary:  update bookmark - error in explode statement

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











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=6312>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]