Created
October 1, 2012 08:26
-
-
Save damiankloip/3810306 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($this->current_display) && !$status) { | |
return TRUE; | |
} | |
// Unset the display handlers and current dispaly. | |
elseif($status) { | |
unset($this->current_display, $this->display_handler, $this->displayHandlers); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment