7 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
require_once("include/threads.php");
 | 
						|
 | 
						|
function threadupdate_run(&$argv, &$argc){
 | 
						|
	update_threads();
 | 
						|
	update_threads_mention();
 | 
						|
}
 |