mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5052
This commit is contained in:
parent
505a0c15c8
commit
2ca0274631
|
@ -22440,7 +22440,7 @@ David 9 Jan 2005
|
||||||
forum.inc
|
forum.inc
|
||||||
profile.inc
|
profile.inc
|
||||||
|
|
||||||
David 9 Oct 2005
|
David 9 Jan 2005
|
||||||
- message board fixes - show thread titles using htmlspecialchars()
|
- message board fixes - show thread titles using htmlspecialchars()
|
||||||
prevent invisible titles
|
prevent invisible titles
|
||||||
|
|
||||||
|
@ -22450,3 +22450,7 @@ David 9 Oct 2005
|
||||||
forum_show.inc
|
forum_show.inc
|
||||||
user/
|
user/
|
||||||
forum_thread.php
|
forum_thread.php
|
||||||
|
|
||||||
|
Rom 9 Jan 2005 (boinc)
|
||||||
|
- Tag for 4.58 release, all platforms
|
||||||
|
boinc_core_release_4_58
|
||||||
|
|
Binary file not shown.
|
@ -248,13 +248,7 @@ Function PopulateServiceAccount()
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If ( strUserDomain = Property("ComputerName") ) Then
|
Property("SERVICE_DOMAINUSERNAME") = strUserDomain & "\" & strUserName
|
||||||
strDomainUsername = ".\" & strUserName
|
|
||||||
Else
|
|
||||||
strDomainUsername = strUserDomain & "\" & strUserName
|
|
||||||
End If
|
|
||||||
|
|
||||||
Property("SERVICE_DOMAINUSERNAME") = strDomainUsername
|
|
||||||
|
|
||||||
Set oNetwork = Nothing
|
Set oNetwork = Nothing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue