parent
9f417ab14a
commit
b65cc884ee
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class Forecast
|
|||
*/
|
||||
public static function load_all($p_cn)
|
||||
{
|
||||
$sql="select f_id, f_name,f_start_date,f_end_date from forecast";
|
||||
$sql="select f_id, f_name,f_start_date,f_end_date from forecast order by 2 desc";
|
||||
$ret=$p_cn->get_array($sql);
|
||||
return $ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue