Changed function name "format_schema()" to "format_stanza()"

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@211 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-01-04 19:10:20 +00:00
parent d1fa232371
commit 1412b374d4

View File

@ -656,10 +656,10 @@ sub format_output {
return;
}
###########################################
# -z flag for schema format
# -z flag for stanza format
###########################################
if ( exists( $opt{z} )) {
send_msg( $request, format_schema( $outhash ));
send_msg( $request, format_stanza( $outhash ));
return;
}
@ -1008,9 +1008,9 @@ sub xCATdB {
##########################################################################
# Schema formatting
# Stanza formatting
##########################################################################
sub format_schema {
sub format_stanza {
my $outhash = shift;
my $text;