Well,

    after a couple of hours of hacking around, I finally corrected the issue. I know php5 isn't supported yet but I'll post it here anyways as someone might find this useful :

Both in the head.tpl and view.tpl there is a "placeholder" named 'row'. The second occurence was filled with both the first and the second-one content. Emptying the 'row' var after the header is printed fixed the issue ($p->set_var('row',''); in class.uicalendar.inc.php). I still don't know why this poped-up in my install though, might be a bug deeper in the api.

Have fun !

--


Charles Martin  Programmeur analyste
819.378.4242    acolytecommunication.com
[EMAIL PROTECTED]



Chris Weiss wrote:
it's not unlikely that it's a php5 issue, there are still many things
that are known not to work in php5 and still more unknown.  Right now
we can only support php4.1 to 4.3.x.

for it being a customization issue, only you could know for sure:) 
could be your callign a function 2 times or not setting a flag saying
that you don't need the toolbar again.  I'm not that familiar with the
calendar code myself.



On 8/2/05, Charles Martin <[EMAIL PROTECTED]> wrote:
  
 Hi guys !
 
     I have a small issue with my phpgw install and I'd like to know if any
of you stumbled on that one : In the calendar app, when I look at a detail
for an event, the 6 icons and the search bar are present twice. I checked
the opensourcecms.com install and the problem does not exist there so it
must be something I broke when configuring/personalizing the app or a php5
issue.
 
 Any ideas?
 
 Thanks alot
 
-- 
 
 
 Charles Martin  Programmeur analyste
 819.378.4242    acolytecommunication.com
 [EMAIL PROTECTED]
 
_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users



    


_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users


  
_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to