changeset 14:f1a2741ccd2d

nicer log message v2.
author casties
date Tue, 07 Jul 2015 18:09:21 +0200
parents 5e2bf3cde543
children 61767ff5ce2b
files openmindattribute/openmindattribute.module openmindattribute/templates/openmindattribute_identifier.tpl.php
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/openmindattribute/openmindattribute.module	Tue Jul 07 17:48:36 2015 +0200
+++ b/openmindattribute/openmindattribute.module	Tue Jul 07 18:09:21 2015 +0200
@@ -1478,7 +1478,7 @@
 			node_save($codex);
 		}
 	}
-	print "Updated numId for " . count($codices) . " codices.\n";
+	print "Updated field_num_identifier for " . count($codices) . " codices.\n";
 }
 
 
--- a/openmindattribute/templates/openmindattribute_identifier.tpl.php	Tue Jul 07 17:48:36 2015 +0200
+++ b/openmindattribute/templates/openmindattribute_identifier.tpl.php	Tue Jul 07 18:09:21 2015 +0200
@@ -1,2 +1,1 @@
-<?php print ((int)$attributes['identifier']['ov']) ?>
-<!-- <?php print $attributes['identifier']['ov'] ?> -->
\ No newline at end of file
+<?php print $attributes['identifier']['ov'] ?>
\ No newline at end of file