Changeset 208 for trunk/bin


Ignore:
Timestamp:
Nov 10, 2006 6:27:36 AM (17 years ago)
Author:
scdev
Message:

Q -fixed sorting bug in ACL.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/acl.cli.php

    r175 r208  
    1 #!/usr/local/bin/php
     1#!/usr/bin/php
    22<?php
    33/*
     
    341341        LEFT JOIN aco_tbl ON (acl_tbl.aco_id = aco_tbl.aco_id)
    342342        LEFT JOIN axo_tbl ON (acl_tbl.axo_id = axo_tbl.axo_id)
    343         ORDER BY aro_tbl.aro_id ASC, aco_tbl.aco_id ASC, axo_tbl.axo_id ASC
     343        ORDER BY aro_tbl.lft ASC, aco_tbl.lft ASC, axo_tbl.lft ASC
    344344    ");
    345345    echo "\n";
Note: See TracChangeset for help on using the changeset viewer.