Merge branch 'master' of git.shaftnet.org:po

Conflicts:
	CHANGES
This commit is contained in:
Solomon Peachy 2013-10-08 19:05:52 -04:00
commit 7a498ada12
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ v2.38 (Unreleased)
[fix] Script errors when adding/editing equipment
[fix] Fix a couple of straggling warnings.
[misc] Add a script to verify repository checksums
[fix] Bulk update was broken due to earlier theme changes.
v2.37.1 (December 3, 2012)

View File

@ -3092,7 +3092,7 @@ function emit_checkbox_item($name, $value, $id, $checked) {
if (!$id || $id == "") {
$id = "check_$name$value";
}
if (!$value || $value = "") {
if (!$value || $value == "") {
$value = "value";
}
$ret = "<input type=\"checkbox\" id=\"$id\" name=\"$name\" value=\"$value\" ";