]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/macros
I think this is 2.10
[maypole.git] / templates / factory / macros
index 2af0a6ceb2eef18778330590fa3fcf3f2fc494d4..59d6c925358a9cfa57a27f981a21ed927ab4f339 100644 (file)
@@ -59,7 +59,7 @@ for some.
         "<td>";
         IF col == "url" AND item.url;
             '<a href="'; item.url; '"> '; item.url; '</a>';
-        ELSIF col == classmetadata.stringifycolumn;
+        ELSIF col == classmetadata.stringify_column;
             maybe_link_view(item);
         ELSE;
             accessor = item.accessor_name(col);