Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f2915737
authored
2011-03-10 17:05:51 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Invoice update accepting different types
1 parent
fb8d26a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
com/UserManager/UserManager.php
com/UserManager/UserManager.php
View file @
f291573
...
...
@@ -1072,7 +1072,8 @@ class Actions {
,
'institute'
=>
isset
(
$postarray
[
'institution'
])
?
$postarray
[
'institution'
]
:
""
,
'hours'
=>
$postarray
[
'hours'
]
,
'attended'
=>
isset
(
$postarray
[
'attended'
])
?
"yes"
:
"no"
,
'event_id'
=>
"0"
,
'post_type'
=>
"event"
,
'post_id'
=>
'0'
,
'recorded'
=>
time
()
);
...
...
Please
register
or
sign in
to post a comment