Conjunto de cambios d7a822e en sipes para cord/includes/database.inc


Ignorar:
Fecha y hora:
23/05/2016 15:48:25 (hace 8 años)
Autor:
José Gregorio Puentes <jpuentes@…>
Branches:
stable, version-3.0
Children:
6f9ddf1
Parents:
b354002
Mensaje:

se agrego el directorio del cord

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • cord/includes/database.inc

    rb354002 rd7a822e  
    116116 *
    117117 * @param $name
    118  *   The name assigned to the newly active database connection. If omitted, the
     118 *   The key in the $db_url global variable from settings.php. If omitted, the
    119119 *   default connection will be made active.
    120120 *
    121  * @return the name of the previously active database or FALSE if non was found.
     121 * @return
     122 *   The name of the previously active database, or FALSE if none was found.
    122123 */
    123124function db_set_active($name = 'default') {
     
    174175  drupal_init_language();
    175176  drupal_maintenance_theme();
    176   drupal_set_header('HTTP/1.1 503 Service Unavailable');
     177  drupal_set_header($_SERVER['SERVER_PROTOCOL'] .' 503 Service Unavailable');
    177178  drupal_set_title('Site off-line');
    178179
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.