PHP Code:
Step 3/4.
========
||FIND||
========
if ($posts=="") {
$posts=0;
}
==================
||ABOVE that ADD||
==================
// Leave Away Message in Profile (v1.2a)
if ($awaydate!="") {
$awaydate="UNIX_TIMESTAMP('".addslashes($awaydate)."')";
} else {
$awaydate="''";
}
// Leave Away Message in Profile (v1.2a)
Ok, basically, I cant find
PHP Code:
if ($posts=="") {
$posts=0;
}
any thoughts?