phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] filemanager - comments


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] filemanager - comments
Date: Fri, 07 Mar 2003 15:09:56 +0000

it is valid syntax, but i don't know if it's what is really wanted there
example:
$f_function = 'dothis';
$this->bo->$f_function();

What's really called is
$this->bo->dothis();

neat trick, but prone to error.

Sigurd Nes (address@hidden) wrote*:
>
>One more :
>1) klicing on the 'go to' button suggest that there is something wrong
>with line 332 in class.uifilemanager.inc.php
>       $errors = implode("\n", $this->bo->$f_function());
>(double '$$' )
>
>but commenting it out leads to that
> a) The 'delete' button does not work
> b) the 'copy to' button does not work
> c) the 'move to' button does not work
>
>Sigurd
>
>
>
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>





reply via email to

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