0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 06:29:44 +00:00
salesagility_SuiteCRM/modules/Calendar/processScreenSize.php

13 lines
292 B
PHP
Executable file

<?php
/**
* Created by PhpStorm.
* User: lewis
* Date: 16/02/15
* Time: 15:42
*/
if ($_SESSION['screen_height'] != $_POST['height'] || $_SESSION['screen_width'] != $_POST['width']) {
$_SESSION['screen_height'] = $_POST['height'];
$_SESSION['screen_width'] = $_POST['width'];
}