mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 00:04:07 +01:00
Remove unneeded space.
This commit is contained in:
@@ -223,7 +223,6 @@ class CDbHttpSession extends CHttpSession
|
||||
->from($this->sessionTableName)
|
||||
->where('expire>:expire AND id=:id',array(':expire'=>time(),':id'=>$id))
|
||||
->queryScalar();
|
||||
|
||||
return $data===false?'':$data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user