Browse Source

tmrec: fix example given in docs

Richard Fuchs 12 years ago
parent
commit
67a0aafe49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tmrec/doc/tmrec_admin.xml

+ 1 - 1
modules/tmrec/doc/tmrec_admin.xml

@@ -403,7 +403,7 @@ if(is_leap_year("2010"))
 		<title><function>time_period_match</function> usage</title>
 		<title><function>time_period_match</function> usage</title>
 		<programlisting format="linespecific">
 		<programlisting format="linespecific">
 ...
 ...
-if(time_period_match("wd{1-5} hr{8-16}, wd{1-5} hr{17} min{0-29}"))
+if(time_period_match("wd{2-6} hr{8-16}, wd{1-5} hr{17} min{0-29}"))
 	xdbg("Monday to Friday, 8:00 to 17:30\n");
 	xdbg("Monday to Friday, 8:00 to 17:30\n");
 
 
 if(time_period_match("weekday { sat sun }, weekday {mo-fr} hr {17-8},wd{mo-wed}hr{15 16 9}"))
 if(time_period_match("weekday { sat sun }, weekday {mo-fr} hr {17-8},wd{mo-wed}hr{15 16 9}"))