Changeset 9976

Show
Ignore:
Timestamp:
06/28/10 14:15:58 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4381 will take effect next time the two modules are published

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/publish.pl

    r9748 r9976  
    8888      die "FATAL: failed to trim bin/retrieve_op_conf_from_mysql.pl\n"; 
    8989    } 
     90    if (system("rm -rf $framework/bin/retrieve_op_conf_from_mysql.php")) { 
     91      die "FATAL: failed to trim bin/retrieve_op_conf_from_mysql.php\n"; 
     92    } 
    9093  } 
    9194  if ($moddir =~ /$fw_fop/) { 
     
    104107    if (system("mv $fw_fop/tmp/retrieve_op_conf_from_mysql.pl $fw_fop/bin")) { 
    105108      die "FATAL: failed to mv retrieve_op_conf_from_mysql.pl to $fw_fop/bin\n"; 
     109    } 
     110    if (system("mv $fw_fop/tmp/retrieve_op_conf_from_mysql.php $fw_fop/bin")) { 
     111      die "FATAL: failed to mv retrieve_op_conf_from_mysql.php to $fw_fop/bin\n"; 
    106112    } 
    107113    if (system("rm -rf $fw_fop/tmp")) {