Changeset 7886

Show
Ignore:
Timestamp:
07/05/09 11:22:37 (3 years ago)
Author:
p_lindheimer
Message:

ref #3744 gets the hash indices correct, the sequence is still just the priority

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/core/functions.inc.php

    r7878 r7886  
    40344034    $t = ($amp_conf["AMPDBENGINE"] == "sqlite3") ? substr( $row[0], 7 ) : $row[0]; 
    40354035    $r = $row[1]; 
    4036     $routes[ $r ] = $t
     4036    $routes[ $t ] = $r
    40374037 
    40384038  }