Don't convert the timestamp to a number when calling php:functionString()
authorAntonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 12:58:45 +0000 (14:58 +0200)
committerAntonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 13:16:05 +0000 (15:16 +0200)
It's not needed to convert the $timestamp variable to a number before
passing it as an argument to php:functionString() as the latter will
convert it to a string anyways.


No differences found