phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] proposal-branch


From: Sigurd Nes
Subject: [Phpgroupware-developers] proposal-branch
Date: Sat, 14 Feb 2004 13:10:13 +0100
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

I tried a fresh checkout of the proposal-branch - and to make it work, I had to change the

$args->set('method', 'any', 'string');
to
$args->set('method', 'any', 'any');

in function get_var() and function reg_var() in core_functions.inc.php

This is an example of (failing) incoming data to $args->set
 name: register
 default: 1
 type: bool

Sigurd





reply via email to

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