// Small fix

This commit is contained in:
Damien Metzger
2013-03-18 11:49:45 +01:00
parent 83b6c3bbab
commit d346307c97
+1 -1
View File
@@ -320,7 +320,7 @@ class FeatureCore extends ObjectModel
JOIN (SELECT @i :=1) dummy
ORDER by position
) AS f2
USING id_feature
USING (id_feature)
SET f.position = f2.rank - 1');
}