Changeset 10768
- Timestamp:
- Feb 16, 2009, 10:56:57 AM (13 years ago)
- Location:
- OpenPNE/branches/stable-2.12.x/webapp
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/lib/db/bookmark.php
r10743 r10768 156 156 $funcargs = func_get_args(); 157 157 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 158 $is_recurred = false; 158 $is_recurred = false; 159 159 return $result; 160 160 } -
OpenPNE/branches/stable-2.12.x/webapp/lib/db/commu.php
r10743 r10768 38 38 $funcargs = func_get_args(); 39 39 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 40 $is_recurred = false; 40 $is_recurred = false; 41 41 return $result; 42 42 } … … 59 59 $funcargs = func_get_args(); 60 60 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 61 $is_recurred = false; 61 $is_recurred = false; 62 62 return $result; 63 63 } … … 488 488 $funcargs = func_get_args(); 489 489 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 490 $is_recurred = false; 490 $is_recurred = false; 491 491 return $result; 492 492 } … … 512 512 $funcargs = func_get_args(); 513 513 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 514 $is_recurred = false; 514 $is_recurred = false; 515 515 return $result; 516 516 } … … 612 612 $funcargs = func_get_args(); 613 613 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 614 $is_recurred = false; 614 $is_recurred = false; 615 615 return $result; 616 616 } … … 1157 1157 $funcargs = func_get_args(); 1158 1158 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 1159 $is_recurred = false; 1159 $is_recurred = false; 1160 1160 return $result; 1161 1161 } … … 1514 1514 $funcargs = func_get_args(); 1515 1515 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 1516 $is_recurred = false; 1516 $is_recurred = false; 1517 1517 return $result; 1518 1518 } … … 1688 1688 $funcargs = func_get_args(); 1689 1689 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 1690 $is_recurred = false; 1690 $is_recurred = false; 1691 1691 return $result; 1692 1692 } -
OpenPNE/branches/stable-2.12.x/webapp/lib/db/diary.php
r10743 r10768 237 237 $funcargs = func_get_args(); 238 238 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 239 $is_recurred = false; 239 $is_recurred = false; 240 240 return $result; 241 241 } … … 500 500 $funcargs = func_get_args(); 501 501 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 502 $is_recurred = false; 502 $is_recurred = false; 503 503 return $result; 504 504 } … … 540 540 $funcargs = func_get_args(); 541 541 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 542 $is_recurred = false; 542 $is_recurred = false; 543 543 return $result; 544 544 } -
OpenPNE/branches/stable-2.12.x/webapp/lib/db/friend.php
r10743 r10768 194 194 $funcargs = func_get_args(); 195 195 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 196 $is_recurred = false; 196 $is_recurred = false; 197 197 return $result; 198 198 } … … 253 253 $funcargs = func_get_args(); 254 254 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 255 $is_recurred = false; 255 $is_recurred = false; 256 256 return $result; 257 257 } … … 335 335 $funcargs = func_get_args(); 336 336 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 337 $is_recurred = false; 337 $is_recurred = false; 338 338 return $result; 339 339 } … … 463 463 $funcargs = func_get_args(); 464 464 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 465 $is_recurred = false; 465 $is_recurred = false; 466 466 return $result; 467 467 } -
OpenPNE/branches/stable-2.12.x/webapp/lib/db/member.php
r10743 r10768 22 22 $funcargs = func_get_args(); 23 23 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 24 $is_recurred = false; 24 $is_recurred = false; 25 25 return $result; 26 26 } … … 457 457 $funcargs = func_get_args(); 458 458 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 459 $is_recurred = false; 459 $is_recurred = false; 460 460 return $result; 461 461 } … … 510 510 $funcargs = func_get_args(); 511 511 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 512 $is_recurred = false; 512 $is_recurred = false; 513 513 return $result; 514 514 } -
OpenPNE/branches/stable-2.12.x/webapp/lib/db/message.php
r10743 r10768 38 38 $funcargs = func_get_args(); 39 39 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_FAST, __FUNCTION__, $funcargs); 40 $is_recurred = false; 40 $is_recurred = false; 41 41 return $result; 42 42 } -
OpenPNE/branches/stable-2.12.x/webapp/lib/util/page.php
r10743 r10768 26 26 $funcargs = func_get_args(); 27 27 $result = pne_cache_recursive_call(OPENPNE_FUNCTION_CACHE_LIFETIME_LONG, __FUNCTION__, $funcargs); 28 $is_recurred = false; 28 $is_recurred = false; 29 29 return $result; 30 30 } -
OpenPNE/branches/stable-2.12.x/webapp/modules/portal/lib/db_portal.php
r10743 r10768 270 270 $funcargs = func_get_args(); 271 271 $result = pne_cache_recursive_call(7200, __FUNCTION__, $funcargs); 272 $is_recurred = false; 272 $is_recurred = false; 273 273 return $result; 274 274 }
Note: See TracChangeset
for help on using the changeset viewer.