[dev] Re: Skeleton fix for PrefsUI

W. David Betts david at populus.com
Mon Dec 8 10:41:35 PST 2003


This patch below to skeleton/prefs.php (committed as version 1.3) seems to break
my skeleton.  I am unable to find HORDE_BASE . '/lib/PrefsUI.php'  is this patch
correct?

--david

Index: prefs.php
===================================================================
RCS file: /repository/skeleton/prefs.php,v
retrieving revision 1.2
diff -r1.2 prefs.php
13c13
< require_once HORDE_BASE . '/lib/Prefs/UI.php';
---
> require_once HORDE_BASE . '/lib/PrefsUI.php';
19c19
< if (Prefs_UI::handleForm($group)) {
---
> if (PrefsUI::handleForm($group)) {
28c28
< Prefs_UI::generateUI($group);
---
> PrefsUI::generateUI($group);

_________________
W. David Betts
Lead Software Engineer
POPULUS
www.populus.com
_________________

Confidentiality Statement:

This e-mail message and any attachment(s) are confidential and may contain
proprietary information that may not be disclosed without express permission.
If you have received this message in error or are not the intended recipient,
please immediately notify the sender by replying to this message and then please
delete this message and any attachment(s).  Any use, dissemination,
distribution, or reproduction by unintended recipients is not authorized. Thank
you.





More information about the dev mailing list