Changeset 13923 for trunk/calendar.php
- Timestamp:
- 04/18/10 12:09:01 (2 years ago)
- File:
-
- 1 edited
-
trunk/calendar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/calendar.php
r13151 r13923 24 24 25 25 function getBlockCode_Results($iBlockID) { 26 $sAction = strip_tags($_ REQUEST['action']);26 $sAction = strip_tags($_GET['action']); 27 27 switch ($sAction) { 28 28 case 'browse': 29 $sCode = getProfilesByDate($_ REQUEST['date']);29 $sCode = getProfilesByDate($_GET['date']); 30 30 break; 31 31 default: … … 47 47 48 48 function getCalendar () { 49 $oProfile = new BxBaseProfileGenerator( (int)$_COOKIE['memberID']);49 $oProfile = new BxBaseProfileGenerator(getLoggedId()); 50 50 $mSearchRes = $oProfile->GenProfilesCalendarBlock(); 51 51 list($sResults, $aDBTopMenu, $sPagination, $sTopFilter) = $mSearchRes;
Note: See TracChangeset
for help on using the changeset viewer.