Changeset 8
- Timestamp:
- 04/03/2008 06:25:53 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp_core.php
r3 r8 10 10 * 11 11 **************************************************/ 12 13 ini_set("memory_limit","12M"); 12 14 13 15 function setup_tabs() -
trunk/bp_xprofile/bp_xprofile.classes.php
r7 r8 1006 1006 1007 1007 $uploads = array( 1008 "path" => $this->path,1009 1008 "url" => trailingslashit(get_option('siteurl')) . 'files/profilepics', 1010 1009 "error" => false); … … 1027 1026 $filename = explode("/", $image['file']); 1028 1027 $filename = $filename[count($filename) - 1]; 1028 rename($image['file'], $this->path . "/" . $filename); 1029 1029 1030 $this->populate($filename); 1030 1031
Note: See TracChangeset
for help on using the changeset viewer.