Add operation control on SearchPanel
This commit is contained in:
@@ -75,6 +75,7 @@ void KissCount::LoadYear(int year, bool force)
|
||||
if (_user->_operations[year] != NULL)
|
||||
{
|
||||
delete _user->_operations[year];
|
||||
_user->_operations[year] = NULL;
|
||||
}
|
||||
|
||||
_db->LoadYear(_user, year);
|
||||
|
||||
Reference in New Issue
Block a user