Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

December 09 2009

codefail

Alias != Alias == null ? this !

if(root.clubs.get(alias) == null) this.alias = alias;
if(this.alias != alias){
    alertFunct("Vereinsalias existiert bereits!");
    redirect(alias);
} else this.alias = alias;