소스 검색

remove payment singens if free product

andre 4 년 전
부모
커밋
ac629f4a92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -99,7 +99,7 @@
                   {else}
                     <li>{debug}
                       <span class="list-heading">Trial Account</span>
-                      <span class="list-text">Restlaufzeit: {14 - $smarty.now - mktime($regdate)}</span>
+                      <span class="list-text">Restlaufzeit: {14 - $smarty.now + mktime($regdate)}</span>
                     </li>
                   {/if}
                 </ul>