eschmid Thu Feb 15 12:33:09 2001 EDT
Modified files:
/php4/ext/standard filestat.c
Log:
Small typo.
Index: php4/ext/standard/filestat.c
diff -u php4/ext/standard/filestat.c:1.52 php4/ext/standard/filestat.c:1.53
--- php4/ext/standard/filestat.c:1.52 Sun Jan 21 09:26:43 2001
+++ php4/ext/standard/filestat.c Thu Feb 15 12:33:09 2001
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: filestat.c,v 1.52 2001/01/21 17:26:43 rasmus Exp $ */
+/* $Id: filestat.c,v 1.53 2001/02/15 20:33:09 eschmid Exp $ */
#include "php.h"
#include "safe_mode.h"
@@ -650,7 +650,7 @@
FileFunction(PHP_FN(fileowner),3)
/* }}} */
-/* {{{ proto nt filegroup(string filename)
+/* {{{ proto int filegroup(string filename)
Get file group */
FileFunction(PHP_FN(filegroup),4)
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]