Changeset 839 in ExiteCMS
- Timestamp:
- 09/25/07 22:24:33 (4 years ago)
- Location:
- modules/common
- Files:
-
- 8 edited
-
ad_side_panel/php-files/modules/ad_side_panel/module_installer.php (modified) (1 diff)
-
birthday_panel/php-files/modules/birthday_panel/module_installer.php (modified) (1 diff)
-
donations/php-files/modules/donations/module_installer.php (modified) (1 diff)
-
forum_threads_list_panel/php-files/modules/forum_threads_list_panel/module_installer.php (modified) (1 diff)
-
forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.new_posts.tpl (modified) (1 diff)
-
forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.new_posts_detail.tpl (modified) (1 diff)
-
forum_threads_panel/php-files/modules/forum_threads_panel/module_installer.php (modified) (1 diff)
-
gallery/php-files/modules/gallery/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/ad_side_panel/php-files/modules/ad_side_panel/module_installer.php
r836 r839 13 13 | the included gpl.txt file or visit http://gnu.org | 14 14 +----------------------------------------------------*/ 15 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");15 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 16 16 17 17 /*---------------------------------------------------+ -
modules/common/birthday_panel/php-files/modules/birthday_panel/module_installer.php
r836 r839 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
modules/common/donations/php-files/modules/donations/module_installer.php
r836 r839 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/module_installer.php
r836 r839 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.new_posts.tpl
r775 r839 63 63 {/if} 64 64 <br /><br /> 65 <a href='{$smarty.const.FUSION_SELF}?markasread={$userdata.user_id}'><img src='{$smarty.const.THEME}forum/markread.gif' /></a>65 {buttonlink name=$locale.091 link=$smarty.const.FUSION_SELF|cat:"?markasread="|cat:$userdata.user_id} 66 66 </td> 67 67 </tr> -
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.new_posts_detail.tpl
r775 r839 57 57 {/if} 58 58 <br /><br /> 59 <a href='{$smarty.const.FUSION_SELF}?markasread={$userdata.user_id}'><img src='{$smarty.const.THEME}forum/markread.gif' /></a>59 {buttonlink name=$locale.091 link=$smarty.const.FUSION_SELF|cat:"?markasread="|cat:$userdata.user_id} 60 60 </td> 61 61 </tr> -
modules/common/forum_threads_panel/php-files/modules/forum_threads_panel/module_installer.php
r836 r839 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
modules/common/gallery/php-files/modules/gallery/init.php
r836 r839 226 226 $gallery->session->username = $GLOBALS['userdata']['user_name']; 227 227 $gallery->user = $gallery->userDB->getUserByUsername($gallery->session->username); 228 } elseif ( $gallery->session->username) {228 } elseif (isset($gallery->session->username) && $gallery->session->username) { 229 229 $gallery->user = $gallery->userDB->getUserByUsername($gallery->session->username); 230 230 }
Note: See TracChangeset
for help on using the changeset viewer.
