Thread: grr Last Bred
View Single Post
  #11  
Old 08-10-2011, 07:30 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 114,419
SilverDragonTears is on a distinguished road
Default

ooo I think i got it...

PHP Code:

if($lastbred == '') {
    
$article_content .= '';

else if(
$lastbred == '0') {
    
$article_content .= '';
} else {
    
$article_content .= 'Last bred: '.date('Y-m-d'$lastbred).'<br>
           '
.date('Y-m-d'time()). '<br>';


But the adults that have bred are still printing out two dates so remove the second date echo?
__________________

Check out SilvaTales
Reply With Quote