Get error when removing a part of this if statement

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ClassicNancy
    New Member
    • Jun 2007
    • 8

    Get error when removing a part of this if statement

    I want to remove this code from the code posted below and get errors. What needs to stay to finish the statement??

    [PHP]lg("pm_zap")[/PHP]



    [PHP]if (key($folders) == 101) // if deleted items
    $folder_list1 = substr($folder_ list1, 0, strlen($folder_ list1) - 5) .
    sprintf(' &nbsp; <A HREF="pm.php?za p=1&ref=%s">.:% s:.</A><BR>' . "\n",
    $vars["folder_id"], lg("pm_zap"));[/PHP]
  • ClassicNancy
    New Member
    • Jun 2007
    • 8

    #2
    I got it!!! I'll get this php stuff yet.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Good to hear that you solved the problem.

      What was causing it?

      Comment

      Working...