correct parametrs order

This commit is contained in:
belliash 2012-01-09 19:10:57 +01:00
parent cf21a7e471
commit 6c362f4174

View File

@ -64,7 +64,7 @@ function die() {
#-------------------------------------------------------------------------------
# Checks whether a defined variable contain specified element or not
# Parameters: %variable% %element%
# Parameters: %element% %variable%
#-------------------------------------------------------------------------------
function hasElement() {
local NEEDLE=${1}