[pLog-svn] r2833 - plog/branches/lifetype-1.0.3/class/view/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Jan 20 08:40:41 GMT 2006


Author: mark
Date: 2006-01-20 08:40:41 +0000 (Fri, 20 Jan 2006)
New Revision: 2833

Modified:
   plog/branches/lifetype-1.0.3/class/view/admin/adminsiteuserslistview.class.php
Log:
Fixed a typo error that I already fixed in 1.1

Modified: plog/branches/lifetype-1.0.3/class/view/admin/adminsiteuserslistview.class.php
===================================================================
--- plog/branches/lifetype-1.0.3/class/view/admin/adminsiteuserslistview.class.php	2006-01-20 08:38:27 UTC (rev 2832)
+++ plog/branches/lifetype-1.0.3/class/view/admin/adminsiteuserslistview.class.php	2006-01-20 08:40:41 UTC (rev 2833)
@@ -61,7 +61,7 @@
             $this->notifyEvent( EVENT_USERS_LOADED, Array( "users" => &$blogUsers ));
             
 			// calculate the links to the different pages
-			$pager = new Pager( "?op=editSiteUsers&&status=".$this->_status."&page=",
+			$pager = new Pager( "?op=editSiteUsers&status=".$this->_status."&page=",
 			                    $this->_page, 
 								$numUsers, 
 								DEFAULT_ITEMS_PER_PAGE );



More information about the pLog-svn mailing list