From d1fa23237159ab8c30831d4d6d30c76c933071c6 Mon Sep 17 00:00:00 2001 From: sakolish Date: Fri, 4 Jan 2008 19:06:02 +0000 Subject: [PATCH] Changed function name from "format_schema()" to "format_stanza()" git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@210 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCscan.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/PPCscan.pm b/perl-xCAT-2.0/xCAT/PPCscan.pm index dada15f92..edaa1f3c6 100644 --- a/perl-xCAT-2.0/xCAT/PPCscan.pm +++ b/perl-xCAT-2.0/xCAT/PPCscan.pm @@ -355,10 +355,10 @@ sub format_output { $result = format_xml( $values ); } ########################################### - # -z flag for schema format + # -z flag for stanza format ########################################### elsif ( exists( $opt->{z} )) { - $result = format_schema( $values ); + $result = format_stanza( $values ); } else { ####################################### @@ -408,9 +408,9 @@ sub format_output { ########################################################################## -# Schema formatting +# Stanza formatting ########################################################################## -sub format_schema { +sub format_stanza { my $values = shift; my $result;