X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=misc.php;h=8f460140a1692db6643cca268d8c1eb223a9d2b5;hb=0e820ee53af5142bd6774ee415ccdb9627bcdbb6;hp=1e9a2b7c84a135d96cd8075bec092b4a13ec1229;hpb=86e64d13d96d22ed84ebf9938e2744a33af77005;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'));