[dev] Re: Skeleton fix for PrefsUI

W. David Betts david at populus.com
Mon Dec 8 10:54:13 PST 2003


Hate to publicly answer my own question, but I'm gonna.  It seems that this
patch was created on an older copy of horde/lib.  1.29 comment to
horde/lib/Prefs/UI.php says "PrefsUI.php is now Prefs/UI.php for better
packaging/etc. More work on this may follow later. Now it's pie-baking time."
While I don't follow the pie-baking comment, I do think that version 1.3 of
skeleton/prefs.php should be rolled back to 1.2 to be consistent with HEAD of
horde/lib.

--david

-----Original Message-----
From: dev-bounces at lists.horde.org [mailto:dev-bounces at lists.horde.org]On
Behalf Of W. David Betts
Sent: Monday, December 08, 2003 11:42 AM
To: dev at lists.horde.org
Subject: [dev] Re: Skeleton fix for PrefsUI


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.




--
Horde developers mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe at lists.horde.org




More information about the dev mailing list