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
70c8d32c
authored
2011-03-24 15:28:53 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Double logic reverse
1 parent
79d75506
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/views/fix_unpaid.php
com/UserManager/views/fix_unpaid.php
View file @
70c8d32
...
...
@@ -38,7 +38,7 @@ if (! empty($_POST['do_fix']) && $_POST['do_fix'] == 'y') {
}
// Get the invoice and check if it's newer than March 1 UTC
$invoice
=
get_post
(
$invoice_id
);
if
(
!
strtotime
(
$invoice
->
post_date
)
>
$begin_date
)
{
if
(
strtotime
(
$invoice
->
post_date
)
<
$begin_date
)
{
continue
;
}
...
...
Please
register
or
sign in
to post a comment