Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Hi,
  2.  
  3. We've experienced a few issues with phpbb recently, and worked around them.
  4.  
  5. I have just noticed that
  6.  
  7. if(!$variable=="blah")
  8.  
  9. no longer works at all on my webserver.
  10.  
  11. When i did a search through my code collections, phpbb had sections that used that syntax rather than
  12.  
  13. if($variable != "blah")
  14.  
  15. I know that when I submitted a mod once, my code was 'corrected' into the latter format that no longer works
  16.  
  17. Thought that if you hadnt already realised, you might like to know
  18.  
  19. RGds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement