Update svn properties, minor formatting cleanup.
parent
437d2f8703
commit
b0a59c3bf3
|
@ -1,5 +1,5 @@
|
||||||
BEGIN TRANSACTION
|
BEGIN TRANSACTION
|
||||||
|
|
||||||
ALTER TABLE prims ADD LinkNumber integer not null default 0
|
ALTER TABLE prims ADD LinkNumber integer not null default 0
|
||||||
|
|
||||||
COMMIT
|
COMMIT
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -120,7 +120,7 @@ namespace OpenSim.Region.UserStatistics
|
||||||
|
|
||||||
SessionList activeSessionList = new SessionList();
|
SessionList activeSessionList = new SessionList();
|
||||||
activeSessionList.user_id=UUID.Random();
|
activeSessionList.user_id=UUID.Random();
|
||||||
while(sdr.Read())
|
while (sdr.Read())
|
||||||
{
|
{
|
||||||
UUID readUUID = UUID.Parse(sdr["agent_id"].ToString());
|
UUID readUUID = UUID.Parse(sdr["agent_id"].ToString());
|
||||||
if (readUUID != userUUID)
|
if (readUUID != userUUID)
|
||||||
|
|
Loading…
Reference in New Issue