phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [ 100358 ] Site Administration error


From: nobody
Subject: [Phpgroupware-tracker] [ 100358 ] Site Administration error
Date: Sun, 27 Jan 2002 07:30:28 -0500

Support Request #100358, was updated on 2002-Jan-27 07:30
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100358&group_id=509

Category: Bug Report
Status: Open
Priority: 5
Summary: Site Administration error

By: xszarows
Date: 2002-Jan-27 07:30

Message:
Logged In: NO 
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Hi, I found a bug in the following file:

/* $Id: class.uiconfig.inc.php,v 1.7 2002/01/20 
18:42:48 milosch Exp $ */

in Line 218:
$t->set_var($value,$newval($current_config));

The correct code is probably the following:
$t->set_var($value,$current_config[$newval]);

The error occurs in the site administration:
Fatal error: Call to undefined function: country_set() 
in C:\phpgroupware\admin\inc\class.uiconfig.inc.php on 
line 219

-sharkie-

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100358&group_id=509



reply via email to

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