X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=misc.php;h=8f460140a1692db6643cca268d8c1eb223a9d2b5;hb=6e641341473c1e4ddb306bdf44730bc7d307f975;hp=1e9a2b7c84a135d96cd8075bec092b4a13ec1229;hpb=19290886b2b738f1cc43f2d7bdea74bf05603b17;p=wfpl.git diff --git a/misc.php b/misc.php index 1e9a2b7..8f46014 100644 --- a/misc.php +++ b/misc.php @@ -105,7 +105,7 @@ function get_text_between($text, $start_text, $end_text) { # Make it easy to insert an array into the template data structure so that each # element of the array gets its own row. # -# passed this: columnate(array('a', 'b', 'c'), 'k'); +# passed this: columnize(array('a', 'b', 'c'), 'k'); # it returns: array(array('k' => 'a'), # array('k' => 'b'), # array('k' => 'c'));