pp <[EMAIL PROTECTED]> Forwarded From:
>
> >
> > php_value magic_quotes_gpc off
> > php_value magic_quotes_runtime off
> >
>
> That was the reason.
> And next problem step:
>
> Warning: Object obj_group not found in content on line 77
bug tracked and fixed - this is the change..
75: while (list ($k,$v) = each ($menuitemslist)) {
76: $line = "Interface_View_".$v[name];
77: $set["view".$v[name]] = "NO";
78: if ($obj_group)
79: if ($obj_group->$line)
80: $set["view".$v[name]] = "BLOCKED" . $obj_group->$line;
81: }
82:
83:
>
> Piotras
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]