Changeset 765 for branches/0.4/web/addons/job_monarch/image.php
- Timestamp:
- 03/28/13 12:21:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/image.php
r718 r765 35 35 session_start(); 36 36 37 if( isset( $_SESSION["data"] ) ) { 37 if( isset( $_SESSION["data"] ) ) 38 { 38 39 $myxml_data = &$_SESSION["data"]; 39 } else { 40 $myxml_data = 0; 40 } 41 else 42 { 43 $myxml_data = null; 41 44 } 42 45 43 if( !$myxml_data ) { 46 if( $myxml_data == null ) 47 { 44 48 $ds = new DataSource(); 45 49 $myxml_data = $ds->getData(); 46 47 50 } 48 51 return $myxml_data;
Note: See TracChangeset
for help on using the changeset viewer.