Changeset 1042888
- Timestamp:
- 12/11/2014 07:35:12 PM (11 years ago)
- File:
-
- 1 edited
-
advertising-manager/trunk/lib/OX/Ad.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advertising-manager/trunk/lib/OX/Ad.php
r1040857 r1042888 241 241 // return $this->get('code'); 242 242 } 243 function import_detect_network($code)243 static function import_detect_network($code) 244 244 { 245 245 return false; … … 285 285 // Deal with revisions 286 286 $r = array(); 287 $now = mktime();287 $now = time(); 288 288 $r[$now] = $user_login; 289 289
Note: See TracChangeset
for help on using the changeset viewer.