Boofo
05-22-2003, 10:01 AM
I'm using the following line in a hack I wrote that I am rewriting and I need to know how I can pull out the $post[editdate] and $post[edittime] in the editpost.php. I think the editedbysql handles that but when I use this code, it doesn't pull anything out. Could it be because I am an Admin and I have the editedby turned off for Admins?
$updatedate="Last edited: $post[editdate] at $post[edittime] by $edituser[username]";
$updatedate="Last edited: $post[editdate] at $post[edittime] by $edituser[username]";