Changeset 51

Show
Ignore:
Timestamp:
05/24/07 12:52:51 (2 years ago)
Author:
pdingle
Message:

error moved to pwlib

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/wp/utils.pw.php

    r43 r51  
    195195        } 
    196196 
     197        function getSuccessUrl() 
     198        { 
     199                // this could theoretically be set by the admin. 
     200                return get_settings('siteurl'); 
     201        } 
    197202} // end class pw_utils 
    198203?>