Why does this fail in transformation script:
if ($1 == null)
return 0;
else
return ($1 * 2);
if ($1 == null)
return 0;
else
return ($1 * 2);
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu