invertito l'ordino con il quale ottengo le date
This commit is contained in:
parent
f921f0f082
commit
a844cd0360
1 changed files with 1 additions and 1 deletions
|
@ -178,8 +178,8 @@ class Ai1ec_Event_Search extends Ai1ec_Base {
|
|||
GROUP BY
|
||||
`i`.`id`
|
||||
ORDER BY
|
||||
`i` . `start` DESC,
|
||||
`e` . `allday` DESC,
|
||||
`i` . `start` ASC,
|
||||
`p` . `post_title` ASC';
|
||||
|
||||
$query = $this->_dbi->prepare( $sql, $args );
|
||||
|
|
Loading…
Reference in a new issue