correct parametrs order

This commit is contained in:
belliash 2012-01-09 19:10:57 +01:00
parent cf21a7e471
commit 6c362f4174
1 changed files with 1 additions and 1 deletions

View File

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