############################################################## 
## This file only includes the updates to update version 1.1.0
## of this mod to version 1.1.1.
############################################################## 

#
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php

#
#-----[ FIND ]------------------------------------------------
#
		while ( $row = $db->sql_fetchrow($result) )
		{
			$post_rows[] = $row;
		}

#
#-----[ AFTER, ADD ]------------------------------------------
#
		$db->sql_freeresult($result);
