--- persistent_login.install 2008-12-02 09:59:21.000000000 +0100 +++ persistent_login.install 2008-12-02 09:59:39.000000000 +0100 @@ -40,7 +40,7 @@ function persistent_login_schema() { 'description' => t('When this entry was copied from the {persistent_login} table.'), ), 'why' => array('type' => 'varchar', 'length' => 255, 'not null' => 1, - 'description' => T('Why this entry was deleted from the {persistent_login} table.'), + 'description' => t('Why this entry was deleted from the {persistent_login} table.'), ), ), 'primary key' => array('uid', 'series', 'token'),