My test to SVN trunk (not install a basic mod
)




/**
* Checks if a find is present
* Keep in mind partial finds and multi-line finds
*
* @param string $find - string to find
* @return mixed : array with position information if $find is found; false otherwise
*/
function find($find)// line is blank. Assume we can find a blank line, and continue on /**
* Find a string within a given line
*
* @param string $find Complete find - narrows the scope of the inline search
* @param string $inline_find - the substring to find
* @param int $start_offset - the line number where $find starts
* @param int $end_offset - the line number where $find ends
*
* @return mixed array on success or false on failure of find
*/
function inline_find($find, $inline_find, $start_offset = false, $end_offset = false) /**
* Add a string to the file, BEFORE/AFTER the given find string
* @param string $find - Complete find - narrows the scope of the inline search
* @param string $add - The string to be added before or after $find
* @param string $pos - BEFORE or AFTER
* @param int $start_offset - First line in the FIND
* @param int $end_offset - Last line in the FIND
*
* @return bool success or failure of add
*/
function add_string($find, $add, $pos, $start_offset = false, $end_offset = false)




The project you tried to load does not seem to exist


Highway of Life wrote:If you find any bugs, you can report them to the MODs Manager Bug Tracker.




paul wrote:Highway of Life wrote:If you find any bugs, you can report them to the MODs Manager Bug Tracker.
Thats private david![]()
And dont forget its still in development






Users browsing this forum: Ask Jeeves [Bot], ccBot [Bot], MSN [Bot], Yahoo [Bot] and 3 guests