From 4577278acc361facfbd70c6172355ee12e1b80e4 Mon Sep 17 00:00:00 2001 From: rub Date: Mon, 12 Mar 2007 22:33:53 +0000 Subject: Apply property svn:eol-style Value: LF git-svn-id: http://piwigo.org/svn/trunk@1900 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/add_index/main.normal.inc.php | 128 +++++++++++++++++----------------- 1 file changed, 64 insertions(+), 64 deletions(-) (limited to 'plugins/add_index/main.normal.inc.php') diff --git a/plugins/add_index/main.normal.inc.php b/plugins/add_index/main.normal.inc.php index f412a4b1f..af3795cb9 100644 --- a/plugins/add_index/main.normal.inc.php +++ b/plugins/add_index/main.normal.inc.php @@ -1,65 +1,65 @@ -path)); - } - else - { - $help_content = false; - } - - if ($help_content == false) - { - return $popup_help_content; - } - else - { - return $popup_help_content.$help_content; - } - } -} - -// Create object -$add_index = new NormalAddIndex(); - -// Add events -add_event_handler('get_popup_help_content', array(&$add_index, 'get_popup_help_content'), EVENT_HANDLER_PRIORITY_NEUTRAL, 2); - +path)); + } + else + { + $help_content = false; + } + + if ($help_content == false) + { + return $popup_help_content; + } + else + { + return $popup_help_content.$help_content; + } + } +} + +// Create object +$add_index = new NormalAddIndex(); + +// Add events +add_event_handler('get_popup_help_content', array(&$add_index, 'get_popup_help_content'), EVENT_HANDLER_PRIORITY_NEUTRAL, 2); + ?> \ No newline at end of file -- cgit v1.2.3