EllisLab / ee-tuts-download-module

Example module used in the ExpressionEngine Developer module creation tutorial
http://expressionengine.com/user_guide/development/module_tutorial.html
14 stars 15 forks source link

Removing deprecated function calls #5

Closed filtoid closed 8 years ago

filtoid commented 8 years ago

Replacing the deprecated calls with the suggested replacement from here: https://docs.expressionengine.com/v2/development/usage/cp.html#set-variables

kevincupp commented 8 years ago

Looks good, thanks for doing this!

filtoid commented 8 years ago

No worries, I hope it comes in useful. :) Thanks for tutorial, it saved my bacon.