missing value of $function

C

Chad

Guest
These functions in "business_logic.php" are missing the value of $function.

function build_navigation_tool

and

function build_results_table

I had to add $function as global value and since then it is working. What is the reason? I am asking, because, there are many other field values that are recognised without to be declared as global value.

Dadabik 2.01 beta.

Chad
 
E

Eugenio

Guest
Chad wrote:
>
>
> These functions in "business_logic.php" are missing the value
> of $function.
>
> function build_navigation_tool
>
> and
>
> function build_results_table
>
> I had to add $function as global value and since then it is
> working. What is the reason? I am asking, because, there are
> many other field values that are recognised without to be
> declared as global value.

This problem has been solved.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top