mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user