mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Data.MySQL
|
||||
using (MySqlCommand cmd = new MySqlCommand())
|
||||
{
|
||||
cmd.CommandText = String.Format("delete from {0} where TMStamp < NOW() - INTERVAL 2 WEEK", m_Realm);
|
||||
|
||||
|
||||
ExecuteNonQuery(cmd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user