/[LeafOK_CVS]/fenglin/bbs/user_photo_path.inc.php
ViewVC logotype

Diff of /fenglin/bbs/user_photo_path.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Wed Apr 23 06:45:42 2025 UTC Revision 1.2 by sysadm, Sun Apr 27 04:32:05 2025 UTC
# Line 37  function photo_path(int $uid, mysqli $db Line 37  function photo_path(int $uid, mysqli $db
37                          {                          {
38                                  $path = "images/face/upload_photo/face_" . $uid . "." . $row["photo_ext"];                                  $path = "images/face/upload_photo/face_" . $uid . "." . $row["photo_ext"];
39                          }                          }
40                  }                  }
41                  else                  else
42                  {                  {
43                          $path = "images/face/check.gif";                          $path = "images/face/check.gif";
44                  }                  }
45          }          }
46    
47          return $path;          return $path;
48  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1