Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Guard Encoder)
  6. *
  7. * @ Version : 3.0.4.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.04.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. echo '<!DOCTYPE HTML>' . "\r\n";
  15. $dontprint = 1;
  16. require_once dirname(__FILE__) . '/../../../DB/Include/Shared/system_header.php';
  17. require_once dirname(__FILE__) . '/../../../DB/Include/Shared/Drawing_Functions.php';
  18. $page_name = $my_dictinary[324];
  19. if (!isset($year)) {
  20. $year = date('Y');
  21. }
  22.  
  23. if (!isset($trans_type)) {
  24. $trans_type = -1;
  25. }
  26.  
  27. $query1 = 'select system_code,system_desp_' . $my_small_lang . ', ISNULL(vac_balanc_year_type, 0)' . "\r\n\t\t" . ' from pay_code_tables where ISNULL(hidden_item,0)=0 AND system_code_type=\'' . $vacations_type . '\' and company_code=\'' . $me_company_no . '\' and branch_code=\'' . $me_branch_no . '\'' . "\r\n\t\t" . ' and vac_adjust_balance=1';
  28. $result1 = mssql_query($query1);
  29. while ($line = mssql_fetch_row($result1)) {
  30. if ($trans_list_width_max < strlen($line[1])) {
  31. $line[1] = substr($line[1], 0, $trans_list_width) . '...';
  32. }
  33.  
  34. $vacations_array[$line[0]] = $line[1];
  35. $vac_balanc_year_type[$line[0]] = $line[2];
  36. }
  37.  
  38. echo ' ' . "\r\n" . '<html dir="ltr">' . "\r\n" . '<head>' . "\r\n";
  39. if (!empty($nocache_header)) {
  40. ..............................................................
  41. ........................................
  42. ................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement