This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  3b6055febe88a40098e16e6ac25f2d563da64a47 (commit)
       via  2cd29b057028e4b2f6710745d4f620950f3f7106 (commit)
      from  250cfeec84e08e5f1c437012cf44516fd7e5f35e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b6055febe88a40098e16e6ac25f2d563da64a47
Merge: 250cfee 2cd29b0
Author: Roland Mas <[email protected]>
Date:   Tue Jun 2 12:14:20 2015 +0200

    Merge branch '6.0'


-----------------------------------------------------------------------

Summary of changes:
 src/common/frs/FRSPackage.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/frs/FRSPackage.class.php 
b/src/common/frs/FRSPackage.class.php
index 86467a2..2c51fe1 100644
--- a/src/common/frs/FRSPackage.class.php
+++ b/src/common/frs/FRSPackage.class.php
@@ -477,7 +477,7 @@ class FRSPackage extends Error {
        function &getReleases() {
                if (!is_array($this->package_releases) || 
count($this->package_releases) < 1) {
                        $this->package_releases=array();
-                       $res = db_query_params('SELECT * FROM frs_release WHERE 
package_id=$1',
+                       $res = db_query_params('SELECT * FROM frs_release WHERE 
package_id=$1 ORDER BY release_date DESC',
                                                array($this->getID()));
                        while ($arr = db_fetch_array($res)) {
                                $this->package_releases[] = 
$this->newFRSRelease($arr['release_id'], $arr);


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to