Thread: Odd file
View Single Post
  #1  
Old 06-05-2013, 08:08 PM
superdude44 superdude44 is offline
Member
 
Join Date: Oct 2011
Posts: 63
Gender: Male
Credits: 12,566
superdude44 is on a distinguished road
Default Odd file

I found this line in my admincp.
PHP Code:
$document->add(new Link("admincp/adopt/add""Add a new adoptable",TRUE));    
        
$document->add(new Link("admincp/adopt/edit""Edit an Existing Adoptable",TRUE));
        
$document->add(new Link("admincp/adopt/delete""Delete an Adoptable")); 
I have been unable to successfully deleted pets. And two of the three lines, the add and edit pets have this "True" after it. Its proven to edit and add pets, but the delete, which I have trouble with is different. Is this a problem? could I just add True to it, or would it involve somewhere editing the code down the line. or in another file as well?

-thanks
__________________
Reply With Quote