2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +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
commit ad4e10ad11

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 "";