|
[Tutos-commits] tutos/php/stuff stuff.pinc,1.28,1.29
From: Gero Kohnert <gokohnert@us...> - 2010-06-23 07:18
|
Update of /cvsroot/tutos/tutos/php/stuff
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14576/php/stuff
Modified Files:
stuff.pinc
Log Message:
bugfixing / fixing deprecated calls
Index: stuff.pinc
===================================================================
RCS file: /cvsroot/tutos/tutos/php/stuff/stuff.pinc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- stuff.pinc 11 Jun 2010 08:52:23 -0000 1.28
+++ stuff.pinc 23 Jun 2010 07:18:51 -0000 1.29
@@ -59,7 +59,7 @@
$this->owner = $r->getObject($pos, 'owner');
$this->suser = $r->getObject($pos, 's_user');
$this->source = $r->getObject($pos, 's_source');
- $this->price = $r->get($pos, 'price');
+ $this->price = $r->getFloat($pos, 'price');
$this->currency = $r->get($pos, 'currency');
$this->p_date = $r->getDateTime($pos, 'purchase_date');
$this->creator = $r->getObject($pos, 'creator');
|
| Thread | Author | Date |
|---|---|---|
| [Tutos-commits] tutos/php/stuff stuff.pinc,1.28,1.29 | Gero Kohnert <gokohnert@us...> |