|
From: <al...@us...> - 2008-08-19 22:31:15
|
Revision: 610
http://sciret.svn.sourceforge.net/sciret/?rev=610&view=rev
Author: alpeb
Date: 2008-08-19 22:31:12 +0000 (Tue, 19 Aug 2008)
Log Message:
-----------
little bug
Modified Paths:
--------------
trunk/models/User.php
Modified: trunk/models/User.php
===================================================================
--- trunk/models/User.php 2008-08-18 21:16:48 UTC (rev 609)
+++ trunk/models/User.php 2008-08-19 22:31:12 UTC (rev 610)
@@ -117,7 +117,7 @@
}
function setId($id) {
- $this->publicId = $value;
+ $this->publicId = (int)$id;
$this->id = (int)$id;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|