There was an error while loading. Please reload this page.
1 parent 4ccbad2 commit 26e9b8fCopy full SHA for 26e9b8f
main/inc/lib/database.lib.php
@@ -836,6 +836,6 @@ public static function listTableColumns($table)
836
837
public static function escapeField($field)
838
{
839
- return self::escape_string(preg_replace("/[^a-zA-Z0-9_]/", '', $field));
+ return self::escape_string(preg_replace("/[^a-zA-Z0-9_.]/", '', $field));
840
}
841
0 commit comments