From 45df7a71ee2e59e14a7ee45818e5e105b41628cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2005 21:40:03 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Champ=20de=20tri=20par=20d=E9faut=20mal?= =?UTF-8?q?=20d=E9fini.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/liste.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 1088914709d..9cbabf36741 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * 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 == "") {