fixed bug with members list displaying second page
This commit is contained in:
parent
75feedb910
commit
f572e57602
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
The Original Code is the Venice Web Communities System.
|
The Original Code is the Venice Web Communities System.
|
||||||
|
|
||||||
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@ricochet.com>,
|
||||||
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
||||||
Copyright (C) 2001-02 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
-->
|
-->
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
<email>
|
<email>
|
||||||
<!-- The SMTP server to use when sending messages out. This server must be
|
<!-- The SMTP server to use when sending messages out. This server must be
|
||||||
configured to allow relaying from the host running Venice. -->
|
configured to allow relaying from the host running Venice. -->
|
||||||
<smtp-host>janelane</smtp-host>
|
<smtp-host>delenn</smtp-host>
|
||||||
|
|
||||||
<!-- The return address to use on all email messages. -->
|
<!-- The return address to use on all email messages. -->
|
||||||
<mail-from-addr>nobody@delenn.silverwrist.internal</mail-from-addr>
|
<mail-from-addr>nobody@delenn.silverwrist.internal</mail-from-addr>
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
//
|
//
|
||||||
// The Original Code is the Venice Web Communities System.
|
// The Original Code is the Venice Web Communities System.
|
||||||
//
|
//
|
||||||
// The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
// The Initial Developer of the Original Code is Eric J. Bowersox <erbo@ricochet.com>,
|
||||||
// for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
// for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
||||||
// Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
// Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||||
//
|
//
|
||||||
// Contributor(s):
|
// Contributor(s):
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ try
|
||||||
if (view.offset==0)
|
if (view.offset==0)
|
||||||
view.results = mbr_list;
|
view.results = mbr_list;
|
||||||
else
|
else
|
||||||
view.results = mbr_list.subList(offset,mbr_list.size());
|
view.results = mbr_list.subList(view.offset,mbr_list.size());
|
||||||
|
|
||||||
} // end if
|
} // end if
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user