This commit is contained in:
Denis Zheleztsov 2015-04-10 12:52:29 +03:00
parent 0e92985b5e
commit d9ce921d41

View File

@ -94,7 +94,7 @@ sub mdo {
colored( "RESOURCE", 'blue' ), colored( "RESOURCE", 'blue' ),
colored( "USERNAME", 'green' ), colored( "USERNAME", 'green' ),
colored( "COMMENT", 'yellow' ); colored( "COMMENT", 'yellow' );
print "=========================================\n"; print "===============================\n";
while ( my ( $id, $name, $group, $resource, $username, $comment ) while ( my ( $id, $name, $group, $resource, $username, $comment )
= $sth->fetchrow_array() ) = $sth->fetchrow_array() )