From 004256d3a61badbf4e0dfed757b1379b84dc3b9d Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 6 Apr 2010 13:17:37 +0000 Subject: [PATCH] fix comments git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5682 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 2 +- perl-xCAT/xCAT/Utils.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index f569f2734..46219235c 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -1574,7 +1574,7 @@ sub setAttribs This function sets the attributes for the rows selected by the where clause. Warning, because we support mulitiple databases (SQLite,MySQL and DB2) that require different syntax. Any code using this routine, must call the - Utils->getDBName routine and code the where clause that is appropriate for + Utils->get_DBName routine and code the where clause that is appropriate for each supported database. Arguments: diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index b833d608d..e4729deb6 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -5389,7 +5389,7 @@ sub updateEtcHosts Error: none Example: - my $DBname = xCAT::Utils->getDBName; + my $DBname = xCAT::Utils->get_DBName; Comments: =cut