Changeset 64 for trunk/TranslationList.php
- Timestamp:
- Feb 5, 2009, 10:39:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TranslationList.php
r58 r64 51 51 Zobrazit stránku: '); 52 52 53 $limitx = 0; 53 54 for($i = 0; $i < $CountLists; ++$i) 54 55 { … … 60 61 } 61 62 62 if(@$_SESSION['limitx'] > $limitx) $_SESSION['limitx'] = 0; 63 if(!array_key_exists('limitx', $_SESSION)) $_SESSION['limitx'] = 0; 64 if($_SESSION['limitx'] > $limitx) $_SESSION['limitx'] = 0; 63 65 } 64 66
Note:
See TracChangeset
for help on using the changeset viewer.