Index: trunk/phase3/includes/db/DatabaseMysql.php |
— | — | @@ -542,7 +542,7 @@ |
543 | 543 | $vars = get_object_vars($table); |
544 | 544 | $table = array_pop( $vars ); |
545 | 545 | |
546 | | - if( empty( $prefix ) || strpos( $table, $prefix ) === 0 ) { |
| 546 | + if( !$prefix || strpos( $table, $prefix ) === 0 ) { |
547 | 547 | $endArray[] = $table; |
548 | 548 | } |
549 | 549 | } |