Browse Source

Adding one more exception to the database::query in order to avoid the "dev error msg"

Julio Montoya 12 years ago
parent
commit
d497f37a2d
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

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