http://www.natewelch.com/modules.php?op=modload&name=Downloads&file=index&req=viewdownload&cid=1
I made the change in my blocks table and uploaded the files. When I go to Administration/Blocks, I receive this error message:
Parse error: syntax error, unexpected ',' in /home/dawgto2/public_html/xxxxxx/modules/Blocks/pnadmin.php on line 517
Anyone else have this issue? Line 517 in pnadmin.php is part of a comment section, so I didn't see anything in that area:
Code
/**
* update a block
* @author Jim McDonald
* @see blocks_admin_modify()
* @param int $bid block id to update
* @param string $title the new title of the block
* @param string $position the new position of the block
* @param string $url the new URL of the block
* @param string $language the new language of the block
* @param string $content the new content of the block
* @return bool true if succesful, false otherwise
*/
* update a block
* @author Jim McDonald
* @see blocks_admin_modify()
* @param int $bid block id to update
* @param string $title the new title of the block
* @param string $position the new position of the block
* @param string $url the new URL of the block
* @param string $language the new language of the block
* @param string $content the new content of the block
* @return bool true if succesful, false otherwise
*/
