[turba] couple things

Daniel Wittenberg daniel-wittenberg at uiowa.edu
Mon Jan 13 17:45:41 PST 2003


Ok, that's what I was trying to figure out :)
// the page to display.  Either 'browse.php' or 'search.php'
$_prefs['initial_page'] = array(
    'value' => 'browse.php',
    'locked' => false, 
    'shared' => false,
    'type' => 'enum',
    'desc' => _("View to display by default:"),
    'enum' => array('browse.php' => _("Address Book Listing"),
                    'search.php' => _("Search"))
);
~  

That's what I have, but not sure if that's where you set it ?  It still
comes up with Search whatever I have changed, so I'm at a loss as to
what else to try..

Dan

On Mon, 2003-01-13 at 17:30, Chuck Hagenbuch wrote:
> Quoting Daniel Wittenberg <daniel-wittenberg at uiowa.edu>:
> 
> > I thought you could set this at a global level?
> 
> Sure, just set the default in turba/config/prefs.php.
> 
> -chuck




More information about the turba mailing list