Changeset 588
- Timestamp:
- 07/17/08 16:45:06
- Arquivos:
-
- cacic/trunk/gerente/admin/updates_subredes/updates_subredes.php (modified) (1 diff)
- cacic/trunk/gerente/include/library.php (modified) (1 diff)
Legenda:
- Não modificado
- Adicionado
- Removido
- Modificado
- Copiado
- Movido
cacic/trunk/gerente/admin/updates_subredes/updates_subredes.php
r587 r588 151 151 // Verifico se o Servidor de Updates já foi atualizado. 152 152 // Neste caso, preciso atualizar a tabela Redes_Versoes_Modulos para a rede atual. 153 $strTeServUpdatesToCheck = '#'.trim($row[' te_serv_updates']).'#';153 $strTeServUpdatesToCheck = '#'.trim($row['id_local']).trim($row['te_serv_updates']).'#'; 154 154 if (@substr_count($_SESSION['v_tripa_servidores_updates'],$strTeServUpdatesToCheck)>0) 155 155 { cacic/trunk/gerente/include/library.php
r535 r588 1454 1454 if ($v_conexao_ftp) 1455 1455 { 1456 $_SESSION['v_tripa_servidores_updates'] .= ($p_origem == 'Pagina'?'#'.trim($row[' te_serv_updates']).'#':'');1456 $_SESSION['v_tripa_servidores_updates'] .= ($p_origem == 'Pagina'?'#'.trim($row['id_local']).trim($row['te_serv_updates']).'#':''); 1457 1457 sort($v_nomes_arquivos_REP,SORT_STRING); 1458 1458 sort($v_versoes_arquivos_REP,SORT_STRING);
