-
File Added: view_w.php.patch.
05:06AM UTC on Jan 25 2007 in WebCalendar
-
view_w.php doesn't honour the "I don't want to see weekends" option.
This patch resolves that:
RCS file: /usr/local/cvsroot/websites/webcalendar/view_w.php,v
retrieving revision 1.7
diff -u -r1.7 view_w.php
--- view_w.php 19 Jun 2006 01:54:43 -0000 1.7
+++ view_w.php 25 Jan 2007 05:04:13 -0000
@@ -70,12 +70,16 @@
// We add 2 hours on to the time so that the switch to DST...
05:05AM UTC on Jan 25 2007 in WebCalendar
-
The call to sendmail in p3scan.c line 186 fails
sometimes because the text body contains a ' ("Can't send")
snprintf(puffer,4096,"echo '%s' | %s -s 'P3Scan
Terminating!' %s", config->emergency, config->mail,
config->emergcon);
Replace with:
snprintf(puffer,4096,"echo \"%s\" | %s -s 'P3Scan
Terminating!' %s", config->emergency, config->mail,
config->emergcon);
And all is fine.
12:30AM UTC on Nov 01 2006 in P3Scan
-
mavetju committed patchset 210 of module development to the MavEtJu's tools CVS repository, changing 1 files.
02:17AM UTC on Mar 21 2006 in MavEtJu's tools
-
mavetju committed patchset 209 of module development to the MavEtJu's tools CVS repository, changing 1 files.
02:16AM UTC on Mar 21 2006 in MavEtJu's tools
-
mavetju committed patchset 208 of module development to the MavEtJu's tools CVS repository, changing 1 files.
11:22AM UTC on Nov 15 2005 in MavEtJu's tools
-
mavetju committed patchset 207 of module development to the MavEtJu's tools CVS repository, changing 1 files.
07:05AM UTC on Nov 15 2005 in MavEtJu's tools
-
mavetju committed patchset 206 of module development to the MavEtJu's tools CVS repository, changing 2 files.
06:24AM UTC on Nov 15 2005 in MavEtJu's tools
-
mavetju committed patchset 205 of module development to the MavEtJu's tools CVS repository, changing 3 files.
07:59AM UTC on Jun 02 2005 in MavEtJu's tools
-
mavetju committed patchset 204 of module development to the MavEtJu's tools CVS repository, changing 1 files.
07:45AM UTC on Jun 02 2005 in MavEtJu's tools