Changeset 9972 for trunk/flash/modules/global/inc/customFunctions.inc.php
- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/flash/modules/global/inc/customFunctions.inc.php
r9967 r9972 90 90 $sDesc = isset($aUser['DescriptionMe']) ? $aUser['DescriptionMe'] : ""; 91 91 92 $sModRewrite = getValue("SELECT `VALUE` FROM ` GlParams` WHERE `Name`='enable_modrewrite' LIMIT 1");92 $sModRewrite = getValue("SELECT `VALUE` FROM `sys_options` WHERE `Name`='enable_modrewrite' LIMIT 1"); 93 93 $sProfile = $sModRewrite == "on" ? $sRootURL . $sNick : $sProfileUrl . "?ID=" . $sId; 94 94
Note: See TracChangeset
for help on using the changeset viewer.