From 0463b52107665e88ff1fdf5b4a88e883378cc9ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 2 Jul 2010 14:45:01 +0200 Subject: [PATCH] Fixes clean cron. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- bin/cron/clean.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cron/clean.php b/bin/cron/clean.php index 6135696..2663bb2 100755 --- a/bin/cron/clean.php +++ b/bin/cron/clean.php @@ -42,7 +42,7 @@ query('ALTER TABLE profile_corps_enum query('ALTER TABLE profile_corps_rank_enum ORDER BY name'); query('ALTER TABLE profile_education_degree_enum - ORDER BY name'); + ORDER BY degree'); query('ALTER TABLE profile_education_field_enum ORDER BY field'); query('ALTER TABLE profile_job_enum -- 2.1.4