Message d'erreur

  • Notice: Undefined offset: 1 in user_node_load() (line 3562 of /home2/acmadnet/public_html/new/modules/user/user.module).
  • Notice: Trying to get property 'name' of non-object in user_node_load() (line 3562 of /home2/acmadnet/public_html/new/modules/user/user.module).
  • Notice: Undefined offset: 1 in user_node_load() (line 3563 of /home2/acmadnet/public_html/new/modules/user/user.module).
  • Notice: Trying to get property 'picture' of non-object in user_node_load() (line 3563 of /home2/acmadnet/public_html/new/modules/user/user.module).
  • Notice: Undefined offset: 1 in user_node_load() (line 3564 of /home2/acmadnet/public_html/new/modules/user/user.module).
  • Notice: Trying to get property 'data' of non-object in user_node_load() (line 3564 of /home2/acmadnet/public_html/new/modules/user/user.module).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 385 of /home2/acmadnet/public_html/new/includes/common.inc).
  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in _menu_load_objects() (line 568 of /home2/acmadnet/public_html/new/includes/menu.inc).

Archives

= UNIX_TIMESTAMP( '" . $zDateStartBase . "' ) AND `timestamp` <= UNIX_TIMESTAMP( '" . $zDateEndBase . "')"; } $tozValues = ""; if (isset($_POST['txtValueAll']) && $_POST['txtValueAll']!= '') { $tzValues = explode('|||',$_POST['txtValueAll']); foreach($tzValues as $values) { if ($values != '') $zWhereFileName .= " AND (filename like '%" . $values . "%') "; } } $zSql = "SELECT *, DATE_FORMAT(DATE( FROM_UNIXTIME( `timestamp` ) ), '%d/%m/%Y' )AS pDate FROM file_managed where filemime = 'application/pdf' AND " . $zWhereFileDateBetween . ' AND ' . $zWhereFileName; /*echo($zSql);*/ $results = $db->query($zSql); $zBlock = "
    "; $zPath = "sites/default/files/"; $iCount = 0; foreach($results as $result) { $zBlock .= "
  • " . $result->filename . "
  • "; $iCount++; } $zBlock .="


"; if (isset ($_GET['type'])) { echo(''); $zBlock = ""; } else { if (!isset($_POST['type2'])) { echo(''); } else { echo(''); } } if ($iCount ==0) { $zBlock = "Pas d'enregistrement ..."; } echo($zBlock); ?>