phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Prefs; proposal-branch


From: Sigurd Nes
Subject: [Phpgroupware-developers] Prefs; proposal-branch
Date: Sun, 20 Jun 2004 18:36:55 +0200
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

/api/class.base.php
appname is part of $key  so line 586 should be altered from:
$GLOBALS['phpgw']->prefs->set($args['appname'] . '.' .
$key,(string)$value,$GLOBALS['phpgw_data']['user']['id']);
to
$GLOBALS['phpgw']->prefs->set($key,(string)$value,$GLOBALS['phpgw_data']['user']['id']);

Prefs are saved  - but not loaded back to the form.

I notice that the demo at http://nextgen.phpgroupware.org/demo/ is not
updated - Could the app "property" be considered as a part of the demo
for proposal-branch?


Sigurd
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFA1b0ne3Kv5rBJpuYRAvxfAJ90iW2Qr1sVb3LsD1O9qcWLVT+yswCdGkp5
VwK8odK6uqR0vmqZpqNy1Es=
=U0pa
-----END PGP SIGNATURE-----




reply via email to

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