Browse Source

Avoiding that the olpc_peru_filter fires and error

Julio Montoya 12 years ago
parent
commit
4c5faf99de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/inc/lib/database.lib.php

+ 2 - 0
main/inc/lib/database.lib.php

@@ -686,6 +686,8 @@ class Database {
         if (strpos($query, 'c_')) {	
         	//Check if the table contains inner joins 
         	if (                    
+                    
+                strpos($query, 'olpc_peru_filter') === false &&
                 strpos($query, 'allow_public_certificates') === false &&
                 strpos($query, 'DROP TABLE IF EXISTS') === false &&      
                 strpos($query, 'thematic_advance') === false &&