File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,13 @@ public function getUnassignedID($uid, $UnitySQL)
203
203
// found csv file
204
204
$ handle = fopen ($ fileinfo ->getPathname (), "r " );
205
205
while (($ data = fgetcsv ($ handle , 1000 , ", " )) !== false ) {
206
- $ netid_match = $ data [0 ];
207
- $ uid_match = $ data [1 ];
206
+ $ customMappingNetID = $ data [0 ];
207
+ $ customMappingIDNumber = $ data [1 ];
208
208
209
- if ($ uid == $ netid_match || $ netid == $ netid_match ) {
209
+ if ($ uid == $ customMappingNetID || $ netid == $ customMappingNetID ) {
210
210
// found a match
211
- if (!$ this ->UIDNumInUse ($ uid_match ) && !$ this ->GIDNumInUse ($ uid_match )) {
212
- return $ uid_match ;
211
+ if (!$ this ->UIDNumInUse ($ customMappingIDNumber ) && !$ this ->GIDNumInUse ($ customMappingIDNumber )) {
212
+ return $ CustomMappingIDNumber ;
213
213
}
214
214
}
215
215
}
You can’t perform that action at this time.
0 commit comments