Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
invoice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web2project
invoice
Commits
0916ee5f
Commit
0916ee5f
authored
Mar 06, 2018
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do_invoice_aed.php: use preq_split() iso deprecated spit()
parent
ac32d980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
do_invoice_aed.php
do_invoice_aed.php
+1
-1
No files found.
do_invoice_aed.php
View file @
0916ee5f
...
@@ -28,7 +28,7 @@ if ($del) {
...
@@ -28,7 +28,7 @@ if ($del) {
}
else
{
}
else
{
$isNotNew
=
(
$obj
->
task_invoice
!=
0
);
$isNotNew
=
(
$obj
->
task_invoice
!=
0
);
while
(
list
(
$key
,
$value
)
=
each
(
$_POST
))
{
while
(
list
(
$key
,
$value
)
=
each
(
$_POST
))
{
$tmparr
=
split
(
"_
"
,
$key
);
$tmparr
=
preg_split
(
"/_/
"
,
$key
);
if
(
$tmparr
[
0
]
==
"num"
)
{
if
(
$tmparr
[
0
]
==
"num"
)
{
$obj
->
task_invoice
=
$_POST
[
"task_invoice"
];
$obj
->
task_invoice
=
$_POST
[
"task_invoice"
];
$obj
->
task_log_id
=
$tmparr
[
1
];
$obj
->
task_log_id
=
$tmparr
[
1
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment