2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-10-04 06:28:23 +00:00

Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core

This commit is contained in:
immarvin
2015-06-15 04:53:29 -04:00

View File

@@ -1569,7 +1569,7 @@ sub tabdb
if ($rep) {
return tabdb($rep->[0], $rep->[1], $rep->[2]);
} else {
$tmplerr="Unable to find requested $field from $table, with $key"
$tmplerr="Unable to find requested filed <$field> from table <$table>, with key <$key>"
}
}
return "";