partial #1100 - removed the tests
This commit is contained in:
parent
deb63c0c41
commit
23b175c9f8
@ -93,16 +93,14 @@
|
||||
<adam></adam>
|
||||
<daniel>***REMOVED***</daniel>
|
||||
</testphone>
|
||||
<supportcall>
|
||||
<!-- <David>_PHONE_</David> -->
|
||||
<daniel>***REMOVED***</daniel>
|
||||
</supportcall>
|
||||
<supportcall>
|
||||
<David>_PHONE_</David>
|
||||
</supportcall>
|
||||
<text>
|
||||
<daniel>***REMOVED***</daniel>
|
||||
<!--<Devin>_PHONE_</Devin>
|
||||
<Devin>_PHONE_</Devin>
|
||||
<Judd>_PHONE_</Judd>
|
||||
<David>_PHONE_</David>
|
||||
<Nick>_PHONE_</Nick>-->
|
||||
<Nick>_PHONE_</Nick>
|
||||
</text>
|
||||
<stripe>
|
||||
<dev>
|
||||
|
||||
@ -158,8 +158,7 @@ class Crunchbutton_Support extends Cana_Table {
|
||||
$hour = $dateTime->format( 'H' );
|
||||
|
||||
// Issue #1100 - Call David if CB receives a support after 1AM
|
||||
// if( $hour >= 1 && $hour <= 7 ){
|
||||
if( true ){
|
||||
if( $hour >= 1 && $hour <= 7 ){
|
||||
|
||||
$env = c::env() == 'live' ? 'live' : 'dev';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user