comparison pages/register.inc.php @ 594:dc53c26e6667

Bugfix.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 18 Oct 2014 00:22:37 +0300
parents ce11ea112a65
children 2eeca16e9c96
comparison
equal deleted inserted replaced
593:3cceb9f13762 594:dc53c26e6667
187 187
188 if (stExecSQL($sql) !== FALSE) 188 if (stExecSQL($sql) !== FALSE)
189 { 189 {
190 echo stGetSetting("registerPostText"); 190 echo stGetSetting("registerPostText");
191 191
192 if (strlen($email) < 4) 192 if (strlen(stGetRequestItem("email")) < 4)
193 echo stGetSetting("registerPostNoEmail"); 193 echo stGetSetting("registerPostNoEmail");
194 } 194 }
195 else 195 else
196 { 196 {
197 echo 197 echo