Changeset 1853 in ExiteCMS for trunk/albums.php
- Timestamp:
- 10/16/08 11:37:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/albums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/albums.php
r1810 r1853 703 703 $variables['album']['photo_count'] = dbfunction("COUNT(*)", "album_photos", "album_id = ".$album_id); 704 704 // SWFUpload needs this, Flash doesn't maintain the session 705 $variables['session_id'] = $_COOKIE['site_visited'];705 $variables['session_id'] = _session_ua(); 706 706 $variables['session_name'] = $_COOKIE[$settings['session_name']]; 707 707 // to check security when uploading
Note: See TracChangeset
for help on using the changeset viewer.
