Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3189 | Rev 3191 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3189 Rev 3190
Línea 284... Línea 284...
284
            if($connection) {
284
            if($connection) {
285
                if($connection->status == Connection::STATUS_REJECTED || $connection->status == Connection::STATUS_CANCELLED) {
285
                if($connection->status == Connection::STATUS_REJECTED || $connection->status == Connection::STATUS_CANCELLED) {
286
                    $request_connection = 1;
286
                    $request_connection = 1;
287
                }
287
                }
288
            } else {
288
            } else {
289
                $request_connection = 0;
289
                $request_connection = 1;
290
            }
290
            }
Línea 291... Línea 291...
291
            
291