mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-19 04:40:21 +00:00
bug 2864882:Replace getTable in DBobjUtils.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4206 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -611,7 +611,8 @@ sub getDBtable
|
||||
return undef;
|
||||
}
|
||||
|
||||
@rows = $thistable->getTable;
|
||||
#@rows = $thistable->getTable;
|
||||
@rows = @{$thistable->getAllEntries()};
|
||||
|
||||
# !!!! this routine returns rows even if the table is empty!!!!!!
|
||||
|
||||
|
Reference in New Issue
Block a user