hypedave
04-12-2002, 05:17 AM
instead of making this the subject date how do I change this to be a different subject
$subject = vbdate("l, F d Y",time());
Andy Z
04-12-2002, 06:26 AM
Where in the code is this? If you wnat a static, non-changing subject to replact the date just do replace:
$subject = vbdate("l, F d Y",time());
with:
$subject = "Put your subject here!";
Don't forget to escape(\) any "s or 's inside the variable.
Hope that helps. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.