View Single Post
  #7  
Old 09-02-2013, 02:47 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 574,390
Hall of Famer is on a distinguished road
Default

Well I am 100% sure you've modified the script at some point, 'cause this was what the line used to look like when you downloaded the files:

PHP Code:
$document->setTitle("Breeding has failed...");
$document->addLangvar("This is too bad. Breeding is attempted but none of the baby adoptables have survived."); 
Anyway just be careful next time, if you use an editor like notepad++ or an IDE like Netbeans, they should be able to tell you that you have messed up the syntax. A string needs to start and end with double/single quote, keep this in mind.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote