Changeset 7886
- Timestamp:
- 07/05/09 11:22:37 (3 years ago)
- Files:
-
- modules/branches/2.5/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/functions.inc.php
r7878 r7886 4034 4034 $t = ($amp_conf["AMPDBENGINE"] == "sqlite3") ? substr( $row[0], 7 ) : $row[0]; 4035 4035 $r = $row[1]; 4036 $routes[ $ r ] = $t;4036 $routes[ $t ] = $r; 4037 4037 4038 4038 }
