MDL-15304

Remove the item number from the created label name. It doesn't work for new labels.
This commit is contained in:
thepurpleblob
2008-07-08 08:44:38 +00:00
parent 222b1a0040
commit dcb15c8dbc
+1 -1
View File
@@ -15,7 +15,7 @@ function get_label_name($label) {
if (empty($name)) {
// arbitrary name
$name = "label{$label->instance}";
$name = "label";
}
return $name;