Index: /profile.lastvisitors/en.xml
===================================================================
--- /profile.lastvisitors/en.xml (revision 673)
+++ /profile.lastvisitors/en.xml (revision 677)
@@ -68,5 +68,5 @@
 		<item name="wcf.user.option.profile.lastvisitor.visitor"><![CDATA[Username]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.time"><![CDATA[Time]]></item>
-		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher["userID"]}"> {$besucher["username"]}</a>Â« ]]></item>
+		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher->userID}"> {$besucher->username}</a>Â« ]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.allusers"><![CDATA[more visitors]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.moretitle"><![CDATA[More visitors of {$user["username"]}'s profile]]></item>
@@ -81,5 +81,5 @@
 	
 	<category name="wcf.user.profile">
-		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Profile last Visitors&copy; 1.3.1 pl 1</strong>, developed by MDMAN</a>]]></item>
+		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Profile last Visitors&copy; 1.3.2</strong>, developed by MDMAN</a>]]></item>
 	
 		<item name="wcf.user.profile.menu.link.profile.lastvisitor"><![CDATA[Profile visitors]]></item>
Index: /profile.lastvisitors/files/lib/system/event/listener/ProfilelastVisitorsListener.class.php
===================================================================
--- /profile.lastvisitors/files/lib/system/event/listener/ProfilelastVisitorsListener.class.php (revision 505)
+++ /profile.lastvisitors/files/lib/system/event/listener/ProfilelastVisitorsListener.class.php (revision 677)
@@ -38,5 +38,5 @@
 
         while ($row = WCF::getDB()->fetchArray($result)) {
-                $this->visitors[] = $row;
+                $this->visitors[] = new DatabaseObject($row);
         }
         if(count($this->visitors) > 0) $this->visitorCount = count($this->visitors);
Index: /profile.lastvisitors/files/lib/page/MoreVisitorsTabPage.class.php
===================================================================
--- /profile.lastvisitors/files/lib/page/MoreVisitorsTabPage.class.php (revision 658)
+++ /profile.lastvisitors/files/lib/page/MoreVisitorsTabPage.class.php (revision 677)
@@ -57,5 +57,5 @@
 			$result = WCF::getDB()->sendQuery($sql);
 			while ($row = WCF::getDB()->fetchArray($result)) {
-				$this->visitors[] = $row;
+				$this->visitors[] = new DatabaseObject($row);
 			}
 
Index: /profile.lastvisitors/files/lib/page/MoreVisitorsPage.class.php
===================================================================
--- /profile.lastvisitors/files/lib/page/MoreVisitorsPage.class.php (revision 658)
+++ /profile.lastvisitors/files/lib/page/MoreVisitorsPage.class.php (revision 677)
@@ -56,5 +56,5 @@
 			$result = WCF::getDB()->sendQuery($sql);
 			while ($row = WCF::getDB()->fetchArray($result)) {
-				$this->visitors[] = $row;
+				$this->visitors[] = new DatabaseObject($row);
 			}
 		
Index: /profile.lastvisitors/fr.xml
===================================================================
--- /profile.lastvisitors/fr.xml (revision 673)
+++ /profile.lastvisitors/fr.xml (revision 677)
@@ -68,5 +68,5 @@
 		<item name="wcf.user.option.profile.lastvisitor.visitor"><![CDATA[Nom dâutilisateur]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.time"><![CDATA[Date]]></item>
-		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â« <a href="index.php?page=User&userID={$besucher["userID"]}"> {$besucher["username"]}</a> Â» ]]></item>
+		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher->userID}"> {$besucher->username}</a>Â« ]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.allusers"><![CDATA[Autres visiteurs enregistrÃ©s]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.moretitle"><![CDATA[Autres visiteurs du profil de Â« {$user["username"]} Â»]]></item>
@@ -81,5 +81,5 @@
 
 	<category name="wcf.user.profile">
-		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Profile last Visitors&copy; 1.3.1 pl 1</strong>, developed by MDMAN</a>]]></item>
+		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Profile last Visitors&copy; 1.3.2</strong>, developed by MDMAN</a>]]></item>
 		
 		<item name="wcf.user.profile.menu.link.profile.lastvisitor"><![CDATA[Autres visiteurs du profil]]></item>
Index: /profile.lastvisitors/de.xml
===================================================================
--- /profile.lastvisitors/de.xml (revision 673)
+++ /profile.lastvisitors/de.xml (revision 677)
@@ -68,5 +68,5 @@
 		<item name="wcf.user.option.profile.lastvisitor.visitor"><![CDATA[Besucher/Username]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.time"><![CDATA[Besuchszeitpunkt]]></item>
-		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher["userID"]}"> {$besucher["username"]}</a>Â« ]]></item>
+		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher->userID}"> {$besucher->username}</a>Â« ]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.allusers"><![CDATA[weitere Besucher anzeigen]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.moretitle"><![CDATA[weitere Besucher des Profils von Â»{$user["username"]}Â«]]></item>
@@ -81,5 +81,5 @@
  
 	<category name="wcf.user.profile">
-		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Letzte Profilbesucher PlugIn&copy; 1.3.1 pl 1</strong>, entwickelt von MDMAN</a>]]></item>
+		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Letzte Profilbesucher PlugIn&copy; 1.3.2</strong>, entwickelt von MDMAN</a>]]></item>
 	
 		<item name="wcf.user.profile.menu.link.profile.lastvisitor"><![CDATA[Profil-Besucher]]></item>
Index: /profile.lastvisitors/hr.xml
===================================================================
--- /profile.lastvisitors/hr.xml (revision 673)
+++ /profile.lastvisitors/hr.xml (revision 677)
@@ -68,5 +68,5 @@
 		<item name="wcf.user.option.profile.lastvisitor.visitor"><![CDATA[Posjetitelj/Korisnicko ime]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.time"><![CDATA[Vrijeme posjeta]]></item>
-		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher["userID"]}"> {$besucher["username"]}</a>Â« ]]></item>
+		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher->userID}"> {$besucher->username}</a>Â« ]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.allusers"><![CDATA[vise posjetitelja prikazati]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.moretitle"><![CDATA[ostali posjetitelji korisnickog profila Â»{$user["username"]}Â«]]></item>
@@ -81,5 +81,5 @@
 
 	<category name="wcf.user.profile">
-		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Zadnji Posjetitelji Profila PlugIn&copy; 1.3.1 pl 1</strong>, napravljen od MDMAN</a>]]></item>
+		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Zadnji Posjetitelji Profila PlugIn&copy; 1.3.2</strong>, napravljen od MDMAN</a>]]></item>
 		
 		<item name="wcf.user.profile.menu.link.profile.lastvisitor"><![CDATA[Posjetitelji-Profila]]></item>
Index: /profile.lastvisitors/package.xml
===================================================================
--- /profile.lastvisitors/package.xml (revision 673)
+++ /profile.lastvisitors/package.xml (revision 677)
@@ -11,6 +11,6 @@
 		<packagedescription language="de"><![CDATA[Mit diesem PlugIn werden die letzten Besucher im Profil angezeigt.]]></packagedescription>
 		<packagedescription language="de-informal"><![CDATA[Mit diesem PlugIn werden die letzten Besucher im Profil angezeigt.]]></packagedescription>
-		<version>1.3.1 pl 1</version>
-		<date>2008-10-02</date>
+		<version>1.3.2</version>
+		<date>2008-10-04</date>
 		<plugin>com.woltlab.wcf</plugin>
 		<isunique>1</isunique>
@@ -238,4 +238,5 @@
 	
 	<instructions type="update" fromversion="1.2.2">
+		<files>files.tar</files>
 		<languages languagecode="de">de.xml</languages>
 		<languages languagecode="de-informal">de-informal.xml</languages>
@@ -247,4 +248,5 @@
 	
 	<instructions type="update" fromversion="1.2.3">
+		<files>files.tar</files>
 		<languages languagecode="de">de.xml</languages>
 		<languages languagecode="de-informal">de-informal.xml</languages>
@@ -262,12 +264,25 @@
 		<languages languagecode="fr">fr.xml</languages>
 		<languages languagecode="hr">hr.xml</languages>
+		<templates>templates.tar</templates>
 	</instructions>
 	
 	<instructions type="update" fromversion="1.3.1">
-		<languages languagecode="de">de.xml</languages>
-		<languages languagecode="de-informal">de-informal.xml</languages>
-		<languages languagecode="en">en.xml</languages>
-		<languages languagecode="fr">fr.xml</languages>
-		<languages languagecode="hr">hr.xml</languages>
+		<files>files.tar</files>
+		<languages languagecode="de">de.xml</languages>
+		<languages languagecode="de-informal">de-informal.xml</languages>
+		<languages languagecode="en">en.xml</languages>
+		<languages languagecode="fr">fr.xml</languages>
+		<languages languagecode="hr">hr.xml</languages>
+		<templates>templates.tar</templates>
+	</instructions>
+	
+	<instructions type="update" fromversion="1.3.1 pl 1">
+		<files>files.tar</files>
+		<languages languagecode="de">de.xml</languages>
+		<languages languagecode="de-informal">de-informal.xml</languages>
+		<languages languagecode="en">en.xml</languages>
+		<languages languagecode="fr">fr.xml</languages>
+		<languages languagecode="hr">hr.xml</languages>
+		<templates>templates.tar</templates>
 	</instructions>
 </package>
Index: /profile.lastvisitors/de-informal.xml
===================================================================
--- /profile.lastvisitors/de-informal.xml (revision 673)
+++ /profile.lastvisitors/de-informal.xml (revision 677)
@@ -68,5 +68,5 @@
 		<item name="wcf.user.option.profile.lastvisitor.visitor"><![CDATA[Besucher/Username]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.time"><![CDATA[Besuchszeitpunkt]]></item>
-		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher["userID"]}"> {$besucher["username"]}</a>Â« ]]></item>
+		<item name="wcf.user.option.profile.lastvisitor.name"><![CDATA[ Â»<a href="index.php?page=User&userID={$besucher->userID}"> {$besucher->username}</a>Â« ]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.allusers"><![CDATA[weitere Besucher anzeigen]]></item>
 		<item name="wcf.user.option.profile.lastvisitor.moretitle"><![CDATA[weitere Besucher des Profils von Â»{$user["username"]}Â«]]></item>
@@ -81,5 +81,5 @@
 
 	<category name="wcf.user.profile">
-		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Letzte Profilbesucher PlugIn&copy; 1.3.1 pl 1</strong>, entwickelt von MDMAN</a>]]></item>
+		<item name="wcf.user.profile.lastvisitors.copyright"><![CDATA[<a href="http://www.mdman.de"><strong>Letzte Profilbesucher PlugIn&copy; 1.3.2</strong>, entwickelt von MDMAN</a>]]></item>
 	
 		<item name="wcf.user.profile.menu.link.profile.lastvisitor"><![CDATA[Profil-Besucher]]></item>
Index: /profile.lastvisitors/templates/profilelastVisitor.tpl
===================================================================
--- /profile.lastvisitors/templates/profilelastVisitor.tpl (revision 594)
+++ /profile.lastvisitors/templates/profilelastVisitor.tpl (revision 677)
@@ -14,6 +14,6 @@
 				{foreach from=$visitors item=$besucher}
 					<div class="{cycle}">
-						<div class="fieldTitle"><a href="index.php?page=User&amp;userID={$besucher["userID"]}">{$besucher["username"]}</a>
-						{if $besucher["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $besucher["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
+						<div class="fieldTitle"><a href="index.php?page=User&amp;userID={$besucher->userID}">{$besucher->username}</a>
+						{if $besucher->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $besucher->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
 							<img src="{@RELATIVE_WCF_DIR}icon/onlineS.png" alt="" title="{lang}wcf.user.option.profile.lastvisitor.online{/lang}" />
 						{elseif SHOW_LASTVISITOR_ONLINE == 1}
@@ -21,5 +21,5 @@
 						{/if}
 						</div>
-						<div class="fieldValue">{@$besucher["time"]|time}</div>
+						<div class="fieldValue">{@$besucher->time|time}</div>
 					</div>
 				{/foreach}
Index: /profile.lastvisitors/templates/moreVisitors.tpl
===================================================================
--- /profile.lastvisitors/templates/moreVisitors.tpl (revision 620)
+++ /profile.lastvisitors/templates/moreVisitors.tpl (revision 677)
@@ -52,6 +52,6 @@
 				{foreach from=$visitors item=user}
 					<div class="{cycle}">
-						<div class="fieldTitle"><a href="index.php?page=User&amp;userID={$user.userID}">{$user.username}</a>
-						{if $user["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $user["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
+						<div class="fieldTitle"><a href="index.php?page=User&amp;userID={$user->userID}">{$user->username}</a>
+						{if $user->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $user->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
 							<img src="{@RELATIVE_WCF_DIR}icon/onlineS.png" alt="" title="{lang}wcf.user.option.profile.lastvisitor.online{/lang}" />
 						{elseif SHOW_LASTVISITOR_ONLINE == 1}
@@ -59,5 +59,5 @@
 						{/if}						
 						</div>
-						<div class="fieldValue">{@$user.time|time}</div>
+						<div class="fieldValue">{@$user->time|time}</div>
 					</div>
 				{/foreach}				
Index: /profile.lastvisitors/templates/moreVisitorsTab.tpl
===================================================================
--- /profile.lastvisitors/templates/moreVisitorsTab.tpl (revision 620)
+++ /profile.lastvisitors/templates/moreVisitorsTab.tpl (revision 677)
@@ -96,6 +96,6 @@
 					{foreach from=$visitors item='user'}	
 						<div class="{cycle}">						
-							<div class="fieldTitle"><a href="index.php?page=User&amp;userID={$user.userID}{@SID_ARG_2ND}">{$user.username}</a>
-							{if $user["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $user["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
+							<div class="fieldTitle"><a href="index.php?page=User&amp;userID={$user->userID}{@SID_ARG_2ND}">{$user->username}</a>
+							{if $user->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $user->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
 								<img src="{@RELATIVE_WCF_DIR}icon/onlineS.png" alt="" title="{lang}wcf.user.option.profile.lastvisitor.online{/lang}" />
 							{elseif SHOW_LASTVISITOR_ONLINE == 1}
@@ -103,5 +103,5 @@
 							{/if}
 							</div>
-							<div class="fieldValue">{@$user.time|time}</div>
+							<div class="fieldValue">{@$user->time|time}</div>
 						</div>	
 					{/foreach}
Index: /profile.lastvisitors/templates/profilelastVisitorSmall.tpl
===================================================================
--- /profile.lastvisitors/templates/profilelastVisitorSmall.tpl (revision 594)
+++ /profile.lastvisitors/templates/profilelastVisitorSmall.tpl (revision 677)
@@ -9,11 +9,11 @@
 				<ul>
 					{foreach from=$visitors item=$besucher}
-						<li><a href="index.php?page=User&amp;userID={$besucher["userID"]}">
-						{if $besucher["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $besucher["lastActivityTime"] > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
+						<li><a href="index.php?page=User&amp;userID={$besucher->userID}">
+						{if $besucher->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->invisible != 1 || $besucher->lastActivityTime > TIME_NOW - USER_ONLINE_TIMEOUT && SHOW_LASTVISITOR_ONLINE == 1 && $this->user->getPermission('admin.general.canViewInvisible') == 1}
 							<img src="{@RELATIVE_WCF_DIR}icon/onlineS.png" alt="" title="{lang}wcf.user.option.profile.lastvisitor.online{/lang}" />
 						{elseif SHOW_LASTVISITOR_ONLINE == 1}
 							<img src="{@RELATIVE_WCF_DIR}icon/offlineS.png" alt="" title="{lang}wcf.user.option.profile.lastvisitor.offline{/lang}" />
 						{/if}
-							{$besucher["username"]}{if SHOW_LASTVISITOR_TIME == 1}<br /><span style="font-size:0.8em"> {@$besucher["time"]|time}</span>{/if}</a></li>
+							{$besucher->username}{if SHOW_LASTVISITOR_TIME == 1}<br /><span style="font-size:0.8em"> {@$besucher->time|time}</span>{/if}</a></li>
 					{/foreach}
 					{if SHOW_LASTVISITOR_MOREVISITORS == 1 && $visitorCount >= SHOW_LASTVISITOR_AMOUNT}
