GlisWeb framework
|
◆ $ct [3/3]
Valore iniziale:
= mysqlQuery( 'SELECT id, concat(cliente,\' | \', progetto,\' | \',nome ,\' | \',responsabile,\' | \',ore_previste,\' h\' ) AS __label__ FROM task_view '. 'WHERE ((anno_previsto <> ? AND settimana_prevista <> ?) OR (anno_previsto = ? AND settimana_prevista > ?) OR ( anno_previsto IS NULL OR settimana_prevista IS NULL ) ) AND timestamp_completamento IS NULL '. 'ORDER BY __label__, id_priorita DESC ', array( array( 's' => date( 'Y', strtotime( 'monday this week' ) ) ), array( 's' => date( 'W', strtotime( 'monday this week' ) ) ), array( 's' => date( 'Y', strtotime( 'monday this week' ) ) ), array( 's' => date( 'W', strtotime( 'monday this week' ) ) ) ) )
Definizione alla linea 34 del file _progetti.analisi.php. |