From 28575499dfcb766f3b0f71bb7dc4b28bf65d4337 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Fri, 19 Oct 2001 18:42:25 +0000 Subject: [PATCH] Fixed another proto. --- ext/standard/uniqid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c index 9356ed134b..04b7339dc6 100644 --- a/ext/standard/uniqid.c +++ b/ext/standard/uniqid.c @@ -38,8 +38,8 @@ #include "php_lcg.h" #include "uniqid.h" -/* {{{ proto string uniqid(string prefix, [bool more_entropy]) - Generate a unique id */ +/* {{{ proto string uniqid(string prefix [, bool more_entropy]) + Generates a unique ID */ PHP_FUNCTION(uniqid) { #ifdef HAVE_GETTIMEOFDAY -- 2.50.1