Changeset 262

Show
Ignore:
Timestamp:
06/29/07 14:36:11 (1 year ago)
Author:
ludo
Message:

small bugs caused by typos fixed (from r4539)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/lsc/all_commands.cgi

    r227 r262  
    467467                        ($current_state!="not_reachable") && 
    468468                        ($current_state!="upload_failed") && 
    469                         ($current_state!="execution_failed'") && 
     469                        ($current_state!="execution_failed") && 
    470470                        ($current_state!="delete_failed") && 
    471471                        ($current_state!="inventory_failed") 
  • trunk/webmin/lsc/command_detail.php

    r250 r262  
    246246                ($current_state != "not_reachable") && 
    247247                ($current_state != "upload_failed") && 
    248                 ($current_state != "execution_failed'") && 
     248                ($current_state != "execution_failed") && 
    249249                ($current_state != "delete_failed") && 
    250250                ($current_state != "inventory_failed") 
  • trunk/webmin/lsc/command_on_host_detail.php

    r250 r262  
    189189        ($current_state!="not_reachable") && 
    190190        ($current_state!="upload_failed") && 
    191         ($current_state!="execution_failed'") && 
     191        ($current_state!="execution_failed") && 
    192192        ($current_state!="delete_failed") && 
    193193        ($current_state!="inventory_failed") 
  • trunk/webmin/lsc/commands_states_on_group_and_profile.php

    r227 r262  
    428428                        ($current_state!="not_reachable") && 
    429429                        ($current_state!="upload_failed") && 
    430                         ($current_state!="execution_failed'") && 
     430                        ($current_state!="execution_failed") && 
    431431                        ($current_state!="delete_failed") && 
    432432                        ($current_state!="inventory_failed") 
  • trunk/webmin/lsc/commands_states_on_host.php

    r227 r262  
    405405                        ($current_state!="not_reachable") && 
    406406                        ($current_state!="upload_failed") && 
    407                         ($current_state!="execution_failed'") && 
     407                        ($current_state!="execution_failed") && 
    408408                        ($current_state!="delete_failed") && 
    409409                        ($current_state!="inventory_failed") 
  • trunk/webmin/lsc/include/commands.inc.php

    r250 r262  
    815815        WHERE 
    816816                id_command = \"%s\" and 
    817                 current_state = \"execute_failed\" 
     817                current_state = \"execution_failed\" 
    818818", 
    819819                COMMANDS_ON_HOST_TABLE, 
  • trunk/webmin/lsc/include/commands_on_host.inc.php

    r250 r262  
    10611061        WHERE 
    10621062                id_command_on_host = \"%s\" and 
    1063                 current_state = \"execute_failed\" 
     1063                current_state = \"execution_failed\" 
    10641064", 
    10651065                COMMANDS_ON_HOST_TABLE,