1
0
Fork 0

Solved the problem when the option sendEmail is set to no and the field validation. Now, if the option is set to no, the validation of the fields is deactivated. If is set to yes, the validation is activated.

Dieser Commit ist enthalten in:
Harald-Innetzberger 2011-09-08 15:27:02 +00:00
Ursprung d8c714ce28
Commit b9754277c9
2 geänderte Dateien mit 28 neuen und 17 gelöschten Zeilen

Datei anzeigen

@ -1,6 +1,6 @@
# If you're a developer add the following line to your apache config. Otherwise ignore the line.
# SetEnv APPLICATION_ENV development
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteBase /msd
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d