The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
db_table form creator modication
#1
Because my database tables have underscore, I added this sign in the validity check.

In helpers/forms.php, line 443:
<pre>
Code:
if (!preg_match("#^[a-z0-9_]+$#", $name)) {
</pre>


Evert
  Reply
#2
Thanks for this. Originally (when I was creating this a few weeks ago) I was trying to prevent people from creating forms that were forms of forms like myform_form_form etc. I'm going to put in a ticket for this and try to roll this out to everyone in 4.3.15. Thanks!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)