Changeset 1232 for branches/1.2/content/plugins
- Timestamp:
- 02/24/10 02:46:41 (3 years ago)
- Location:
- branches/1.2/content/plugins/whos_online
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
whos_online.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/content/plugins/whos_online/readme.txt
r951 r1232 20 20 Changelog 21 21 --------- 22 v.0.2 2010/02/24 - Nick - Fix for undefined $count 22 23 v.0.1 2010/01/14 - Nick - Released first version -
branches/1.2/content/plugins/whos_online/whos_online.php
r981 r1232 3 3 * name: Who's Online 4 4 * description: Show who's online 5 * version: 0. 15 * version: 0.2 6 6 * folder: whos_online 7 7 * class: WhosOnline … … 190 190 define("MAX_IDLE_TIME", 20); 191 191 192 $count = 0; 193 192 194 if ( $directory_handle = opendir( session_save_path() ) ) { 193 $count = 0;194 195 195 196 while ( false !== ( $file = readdir( $directory_handle ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.