From: Edward Mann Date: Wed, 20 Feb 2008 19:37:47 +0000 (+0000) Subject: new foreach in template fixes #667 submitted by pteague X-Git-Url: http://git.phpeclipse.com new foreach in template fixes #667 submitted by pteague --- diff --git a/net.sourceforge.phpeclipse/templates/default-templates.xml b/net.sourceforge.phpeclipse/templates/default-templates.xml index b8842d0..90c8e86 100644 --- a/net.sourceforge.phpeclipse/templates/default-templates.xml +++ b/net.sourceforge.phpeclipse/templates/default-templates.xml @@ -26,6 +26,15 @@ $$${array_element} = $$${array}[$$${index}]; ${cursor} } + + +