Update svn properties, minor formatting cleanup.

0.6.2-post-fixes
Jeff Ames 2009-01-08 01:13:08 +00:00
parent 437d2f8703
commit b0a59c3bf3
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
BEGIN TRANSACTION
ALTER TABLE prims ADD LinkNumber integer not null default 0
COMMIT
BEGIN TRANSACTION
ALTER TABLE prims ADD LinkNumber integer not null default 0
COMMIT

View File

@ -24,6 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using System;
using System.Collections;
using System.Collections.Generic;

View File

@ -120,7 +120,7 @@ namespace OpenSim.Region.UserStatistics
SessionList activeSessionList = new SessionList();
activeSessionList.user_id=UUID.Random();
while(sdr.Read())
while (sdr.Read())
{
UUID readUUID = UUID.Parse(sdr["agent_id"].ToString());
if (readUUID != userUUID)