projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa83b8e
)
Rerun
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 5 Jun 2010 09:01:40 +0000
(09:01 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 5 Jun 2010 09:01:40 +0000
(09:01 +0000)
includes/date_functions.inc
patch
|
blob
|
history
diff --git
a/includes/date_functions.inc
b/includes/date_functions.inc
index d83c612a50655f674e2dd9ddd5780db8134e08a3..963cf361df2fa84c8f3b7cdaa7544e6fa1e86963 100644
(file)
--- a/
includes/date_functions.inc
+++ b/
includes/date_functions.inc
@@
-162,8
+162,8
@@
function is_date_in_fiscalyear($date, $convert=false)
global $path_to_root;
include_once($path_to_root . "/admin/db/fiscalyears_db.inc");
- if ($_SESSION["wa_current_user"]->can_access(
SA_FISCALYEAR
)) // allow all open years for this one
- return is_date_in_fi
x
calyears($date, false);
+ if ($_SESSION["wa_current_user"]->can_access(
'SA_FISCALYEARS'
)) // allow all open years for this one
+ return is_date_in_fi
s
calyears($date, false);
$myrow = get_current_fiscalyear();
if ($myrow['closed'] == 1)
return 0;