The sql version of the weather is so much faster than the flat file version.
Thanks. After testing a bit I dumped the db to see if I could put some default
values into prefs and found that the following was added.
horde_prefs VALUES ('[email protected]','jonah','location','CA~Monterey');
horde_prefs VALUES ('[email protected]','horde','selectedcountry','CA');
horde_prefs VALUES ('[email protected]','jonah','selectedcountry',NULL);
Somehow it doesn't seem quite right - horde rather than jonah - but it seems
to work with options and/or if you add it to prefs as in the following:
$_prefs['location'] = array(
'value' => 'CA~Monterey',
'locked' => false,
'shared' => false,
'type' => 'implicit');
$_prefs['selectedcountry'] = array(
'value' => 'CA',
'locked' => false,
'shared' => false,
'type' => 'implicit');
Someone had asked how to set up a default but I somehow erased the email.
ed
--
-------------------------------------------------
--
Jonah mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.