Conjunto de cambios d7a822e en sipes para cord/includes/database.pgsql.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.pgsql.inc

    rb354002 rd7a822e  
    5353  $conn_string = '';
    5454
    55   // Decode url-encoded information in the db connection string
     55  // Decode urlencoded information in the db connection string
    5656  if (isset($url['user'])) {
    5757    $conn_string .= ' user='. urldecode($url['user']);
     
    288288 * Runs a SELECT query and stores its results in a temporary table.
    289289 *
    290  * Use this as a substitute for db_query() when the results need to stored
    291  * in a temporary table. Temporary tables exist for the duration of the page
    292  * request.
     290 * Use this as a substitute for db_query() when the results need to be stored
     291 * in a temporary table.
     292 *
    293293 * User-supplied arguments to the query should be passed in as separate parameters
    294294 * so that they can be properly escaped to avoid SQL injection attacks.
     
    309309 *   NOTE: using this syntax will cast NULL and FALSE values to decimal 0,
    310310 *   and TRUE values to decimal 1.
    311  *
    312311 * @param $table
    313312 *   The name of the temporary table to select into. This name will not be
    314313 *   prefixed as there is no risk of collision.
     314 *
    315315 * @return
    316316 *   A database query result resource, or FALSE if the query was not executed
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.