@@ -108,7 +108,7 @@  | 
                                                    ||
| 108 | 108 | }  | 
                                                        
| 109 | 109 | |
| 110 | 110 |      public function deleteTable($tableName) { | 
                                                        
| 111 | -        if(!$tableName){ | 
                                                        |
| 111 | +        if (!$tableName) { | 
                                                        |
| 112 | 112 | return true;  | 
                                                        
| 113 | 113 | }  | 
                                                        
| 114 | 114 | $query = new Mysql\Query($this);  | 
                                                        
@@ -108,7 +108,7 @@  | 
                                                    ||
| 108 | 108 | }  | 
                                                        
| 109 | 109 | |
| 110 | 110 |      public function deleteTable($tableName) { | 
                                                        
| 111 | -        if(!$tableName){ | 
                                                        |
| 111 | +        if(!$tableName) { | 
                                                        |
| 112 | 112 | return true;  | 
                                                        
| 113 | 113 | }  | 
                                                        
| 114 | 114 | $query = new Mysql\Query($this);  |