momo            Sun Sep  5 04:13:57 2004 EDT

  Modified files:              
    /php-src/ext/standard       sunfuncs.c 
  Log:
  make autogenerated docs happy (Friedhelm Betz)
  
http://cvs.php.net/diff.php/php-src/ext/standard/sunfuncs.c?r1=1.8&r2=1.9&ty=u
Index: php-src/ext/standard/sunfuncs.c
diff -u php-src/ext/standard/sunfuncs.c:1.8 php-src/ext/standard/sunfuncs.c:1.9
--- php-src/ext/standard/sunfuncs.c:1.8 Tue Aug  3 20:28:03 2004
+++ php-src/ext/standard/sunfuncs.c     Sun Sep  5 04:13:56 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: sunfuncs.c,v 1.8 2004/08/04 00:28:03 iliaa Exp $ */
+/* $Id: sunfuncs.c,v 1.9 2004/09/05 08:13:56 momo Exp $ */
 
 /*
        The sun position algorithm taken from the 'US Naval Observatory's
@@ -219,7 +219,7 @@
 /* }}} */
 
 /* {{{ proto mixed date_sunrise(mixed time [, int format [, float latitude [, float 
longitude [, float zenith [, float gmt_offset]]]]])
-   Returns time of sunrise for a given day & location */
+   Returns time of sunrise for a given day and location */
 PHP_FUNCTION(date_sunrise)
 {
        php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
@@ -227,7 +227,7 @@
 /* }}} */
 
 /* {{{ proto mixed date_sunset(mixed time [, int format [, float latitude [, float 
longitude [, float zenith [, float gmt_offset]]]]])
-   Returns time of sunset for a given day & location */
+   Returns time of sunset for a given day and location */
 PHP_FUNCTION(date_sunset)
 {
        php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to