Skip to content

Commit

Permalink
FIX: do not lowercase db-column
Browse files Browse the repository at this point in the history
Crocoblock/issues-tracker#9156
  • Loading branch information
girafffee committed Jun 4, 2024
1 parent 9529124 commit 51e4ab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/db/db-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public static function sanitize_column( $name ): string {
return '';
}

$name = strtolower( $name );

return preg_replace( '/[^a-z0-9_\-\`\.]/', '', $name );
}

Expand Down

0 comments on commit 51e4ab1

Please sign in to comment.