partial #1100 - removed the tests

This commit is contained in:
Daniel Camargo 2013-04-30 13:55:17 -03:00
parent deb63c0c41
commit 23b175c9f8
2 changed files with 6 additions and 9 deletions

View File

@ -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>

View File

@ -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';