Changeset 3750 for trunk/include/functions.inc.php
- Timestamp:
- Aug 18, 2009, 9:11:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r3720 r3750 257 257 function mkget_thumbnail_dir($dirname, &$errors) 258 258 { 259 global $conf; 260 259 261 $tndir = $dirname.'/'.$conf['dir_thumbnail']; 260 262 if (! mkgetdir($tndir, MKGETDIR_NONE) )
Note: See TracChangeset
for help on using the changeset viewer.