Pål Monstad wrote: > .. > >> [root:tru] /var/www/squirrelmail-cvs # grep -ir week_start_day_default * > > >> plugins/calendar/data/config.php.sample: >> $small_calendar_calID_default, $week_start_day_default, >> plugins/calendar/data/config.php.sample:$week_start_day_default = SU; >> plugins/calendar/data/config.php: $small_calendar_calID_default, >> $week_start_day_default, >> plugins/calendar/data/config.php:$week_start_day_default = SU; >> plugins/calendar/load_prefs.php: $week_start_day, >> $week_start_day_default, >> plugins/calendar/load_prefs.php: $week_start_day = >> $week_start_day_default; >> plugins/calendar/load_prefs.php: 'week_start_day', >> $week_start_day_default); >> >> Da' kan ikkje vera so *uhorveleg* vondt, sjølv for ein bestefar? >> > > I en alder av 33 er jeg ikke bestefar enda :-) > > This is not supposed to be easy, I realise. I think I have to stick with > Sunday as the start day of the week. First the cvs command as described > above will now work. It don't like the argument -ir and I have no time
grep isn't a cvs command. try grep -n although if -ir doesn't work, you should ask yourself what is wrong with your system. you also *should* read the man page if you have never used grep before, since it is one of the foundation tools for any *nix sysadmin. the POINT of Tony's post and mine is that ALL YOU NEED TO DO is search the config file for the given string. there are plenty of ways to do that. > to start reading man pages. Secondly the files referred to does'nt > exists on my server. There is no data direcory inside the calendar > folder, and there are no files called load_prefs* either. Then appologies may be due. The assumption was that you are using the shared calendar plugin (you should be). The base calendar plugin does not have this kind of functionality, but the shared calendar plugin does (and it has lots more good stuff too). ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
