fixed type and description of "from"-attribute of {foreach}

This commit is contained in:
messju
2004-07-29 15:03:20 +00:00
parent 45cabc2b5d
commit d13232fc8f

View File

@@ -21,10 +21,10 @@
<tbody> <tbody>
<row> <row>
<entry>from</entry> <entry>from</entry>
<entry>string</entry> <entry>array</entry>
<entry>Yes</entry> <entry>Yes</entry>
<entry><emphasis>n/a</emphasis></entry> <entry><emphasis>n/a</emphasis></entry>
<entry>The name of the array you are looping through</entry> <entry>The array you are looping through</entry>
</row> </row>
<row> <row>
<entry>item</entry> <entry>item</entry>