From f7b10abae939412e8b5cab69cd579e071deb446b Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 20 Mar 2012 17:53:47 +0100 Subject: Replace $Revision$ with $Id$ in keyword expansion enable files --- ext/sysvmsg/sysvmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sysvmsg') diff --git a/ext/sysvmsg/sysvmsg.c b/ext/sysvmsg/sysvmsg.c index 1bc8b63d51..bf99fb053e 100644 --- a/ext/sysvmsg/sysvmsg.c +++ b/ext/sysvmsg/sysvmsg.c @@ -145,7 +145,7 @@ PHP_MINFO_FUNCTION(sysvmsg) { php_info_print_table_start(); php_info_print_table_row(2, "sysvmsg support", "enabled"); - php_info_print_table_row(2, "Revision", "$Revision$"); + php_info_print_table_row(2, "Revision", "$Id$"); php_info_print_table_end(); } /* }}} */ -- cgit v1.2.1