fix so that webdb_lastchange appears in contentlist.template as it should
[mir.git] / templates-dist / admin / contentlist.template
index ad33e6c..b530f92 100755 (executable)
@@ -25,7 +25,7 @@
          <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"></if>>
            <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">
                        ${entry.webdb_create_formatted}<br>
-                       <if entry.webdb_lastchange_formatted>${entry.webdb_lastchange_formatted}<else>-</if><br>
+                       <if entry.webdb_lastchange>${entry.webdb_lastchange_formatted}<else>-</if><br>
                        <if entry.is_published!="0">F<else>-</if>
                        <if entry.is_html!="0">H<else>-</if>
                        </font></td>