c07bd84 Fix handling of no_update flag in Web UI

Authored and Committed by pvoborni 11 years ago
    Fix handling of no_update flag in Web UI
    
    There was an incorrect check for no_update flag. Check was performed as
    if the flag was an attribute of object not an item of array. Hence, the
    flag never caused any effect.