Changeset 953
- Timestamp:
- 08/16/08 15:54:08 (3 years ago)
- Files:
-
- trunk/common/lib/Class.Table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Class.Table.php
r831 r953 121 121 } 122 122 123 $time_end = microtime(true); 124 $time = $time_end - $time_start; 123 if ($this -> writelog) { 124 $time_end = microtime(true); 125 $time = $time_end - $time_start; 126 } 125 127 126 128 if ($this -> writelog) {
