Changeset 22791 for main/trunk/greenstone2/runtime-src
- Timestamp:
- 26.08.2010 14:14:12 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/src/recpt/cgiutils.cpp
r22404 r22791 109 109 } 110 110 111 // create tmp_name for storing the file on disk 112 text_t tmp_name = md5data(filedata);111 // create tmp_name for storing the file on disk, using the current timestamp 112 text_t tmp_name(time(NULL)); 113 113 tmp_name = filename_cat(gsdlhome, "tmp", tmp_name); 114 114