cvs: peardoc /en/package/validate validate.xml
[email protected] ("Christophe Gesch?")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsmoosh1193556772@cvsserver> |
moosh Sun Oct 28 07:32:52 2007 UTC
Modified files:
/peardoc/en/package/validate validate.xml
Log:
- typo + indent
http://cvs.php.net/viewvc.cgi/peardoc/en/package/validate/validate.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/validate/validate.xml
diff -u peardoc/en/package/validate/validate.xml:1.3 peardoc/en/package/validate/validate.xml:1.4
--- peardoc/en/package/validate/validate.xml:1.3 Thu Jun 7 03:29:15 2007
+++ peardoc/en/package/validate/validate.xml Sun Oct 28 07:32:52 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.3 $ -->
-<!-- $Id: validate.xml,v 1.3 2007/06/07 03:29:15 davidc Exp $ -->
+<!-- $Revision: 1.4 $ -->
+<!-- $Id: validate.xml,v 1.4 2007/10/28 07:32:52 moosh Exp $ -->
<!-- CREDITS: msaraujo moosh -->
<sect1 id="package.validate.validate">
@@ -20,10 +20,11 @@
<para>date (date, options) - Options can be
format (Format of the date
(%d-%m-%Y) or rfc822_compliant),
- min (the date has to be greater than
+ min (The date has to be greater than
this array ($day, $month, $year)
or PEAR::Date object),
- max (The dat hast to be smaller than this array ($day, $month, $year) or
+ max (The date hast to be smaller than
+ this array ($day, $month, $year) or
PEAR::Date object)
</para>
</listitem>