Fix a few typos
This commit is contained in:
parent
dbe6b979d7
commit
086d517b87
|
@ -21,7 +21,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
|
||||||
|
|
||||||
# You have 24 hours to claim your password
|
# You have 24 hours to claim your password
|
||||||
|
|
||||||
define(MAX_RECOVERY_TIME, 24 * 60 * 60);
|
define('MAX_RECOVERY_TIME', 24 * 60 * 60);
|
||||||
|
|
||||||
class RecoverpasswordAction extends Action
|
class RecoverpasswordAction extends Action
|
||||||
{
|
{
|
||||||
|
|
|
@ -249,7 +249,7 @@ class UTF8FixerUpper
|
||||||
$sql = 'SELECT id, fullname, location, description FROM user_group ' .
|
$sql = 'SELECT id, fullname, location, description FROM user_group ' .
|
||||||
'WHERE LENGTH(fullname) != CHAR_LENGTH(fullname) '.
|
'WHERE LENGTH(fullname) != CHAR_LENGTH(fullname) '.
|
||||||
'OR LENGTH(location) != CHAR_LENGTH(location) '.
|
'OR LENGTH(location) != CHAR_LENGTH(location) '.
|
||||||
'OR LENGTH(description) != CHAR_LENGTH(description) ';
|
'OR LENGTH(description) != CHAR_LENGTH(description) '.
|
||||||
'AND modified < "'.$this->max_date.'" '.
|
'AND modified < "'.$this->max_date.'" '.
|
||||||
'ORDER BY modified DESC';
|
'ORDER BY modified DESC';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user