zimt Thu Feb 22 02:37:48 2001 EDT
Modified files:
/phpdoc/de/functions datetime.xml
Log:
changed $heute to $morgen,
in english original it is tomorrow....
Index: phpdoc/de/functions/datetime.xml
diff -u phpdoc/de/functions/datetime.xml:1.16 phpdoc/de/functions/datetime.xml:1.17
--- phpdoc/de/functions/datetime.xml:1.16 Wed Oct 18 12:43:14 2000
+++ phpdoc/de/functions/datetime.xml Thu Feb 22 02:37:48 2001
@@ -240,7 +240,7 @@
Beispiel
</title>
<programlisting role="php">
-$heute = mktime(0, 0, 0, date ("m") , date ("d")+1, date("Y"));
+$morgen = mktime(0, 0, 0, date ("m") , date ("d")+1, date("Y"));
$letztermonat = mktime(0, 0, 0, date("m")-1,date("d"), date("Y"));
$naechstesjahr = mktime(0, 0, 0, date("m"), date("d"), date("Y")+1);
</programlisting>