salesagility_SuiteCRM/modules/Calendar/processScreenSize.php

14 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'];
}