? REMOVED.txt
? TODO.txt
? path_redirect.css
? path_redirect.import-export.inc
? path_redirect.migrate.inc
? screenshot.png
Index: path_redirect.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/path_redirect/path_redirect.module,v
retrieving revision 1.3.2.7.2.105
diff -u -p -r1.3.2.7.2.105 path_redirect.module
--- path_redirect.module	6 Oct 2010 15:50:13 -0000	1.3.2.7.2.105
+++ path_redirect.module	6 Oct 2010 15:58:36 -0000
@@ -416,7 +416,7 @@ function path_redirect_load_multiple($ri
 function _path_redirect_build_conditions(&$query, $rids, $conditions) {
   static $schema;
   if (!isset($schema)) {
-    $schema = drupal_get_schema('path_redirect');
+    $schema = !defined('MAINTENANCE_MODE') ? drupal_get_schema('path_redirect') : drupal_get_schema_unprocessed('path_redirect', 'path_redirect');
   }
 
   $query += array(
