phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #13504] Fatal error in class.sql_builder.inc


From: anonymous
Subject: [Phpgroupware-tracker] [bug #13504] Fatal error in class.sql_builder.inc.php with php5
Date: Thu, 14 Jul 2005 07:23:02 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ca-AD; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

Follow-up Comment #1, bug #13504 (project phpgroupware):

Also, it seems to merge null entries, so the region of code:
foreach ($links as $entity => $link)
                        {
must appear with a conditional (easy fix):

foreach ($links as $entity => $link)
                        {
                           if($entity!=""){

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13504>

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





reply via email to

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