//160hordescript
// The following preferences are only used for Horde_Script:: drivers that
// use scripts

// automatically update the script
$_prefs['auto_update'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Automatically update the script after each change?")
);

// END script preferences

