Fix: Champ de tri par dfaut mal dfini.
This commit is contained in:
parent
5c6e92adc3
commit
45df7a71ee
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*!
|
||||
/**
|
||||
\file htdocs/product/liste.php
|
||||
\ingroup produit
|
||||
\brief Page liste des produits ou services
|
||||
@ -53,7 +53,7 @@ $limit = $conf->liste_limit;
|
||||
$offset = $limit * $page ;
|
||||
|
||||
if ($sortfield == "") {
|
||||
$sortfield="p.tms"; }
|
||||
$sortfield="p.ref"; }
|
||||
|
||||
if ($sortorder == "")
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user