From 3b449ce0888f0f663fea8dfddbba70db3e9787a0 Mon Sep 17 00:00:00 2001 From: Jason Greene Date: Wed, 31 Jul 2002 22:49:28 +0000 Subject: [PATCH] Fix unwrapped entry --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6d069ba95..2974e458be 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,8 @@ PHP 4 NEWS //Globally enables the ticks modifier for the whole program declare (ticks=1); - //Enables the ticks modifier for just the lexical block containing "statement" + //Enables the ticks modifier for just the lexical block containing + //"statement". deckare (ticks=1) { statement; } -- 2.50.1