| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
| |
http://list.drupal.org/drupal-devel/2002-February/thread.html#6678
http://list.drupal.org/drupal-devel/2002-February/thread.html#6629
- removed references to $this->user() from themes.
- removed $BaseTheme->user(). It was deprecated a while back.
NOTE: this update will break custom themes, so make sure you update your
themes before updating!
|
|
|
|
| |
Julian.
|
|
|
|
|
| |
passing them that way.
For more info: http://no.php.net/manual/en/language.references.pass.php
|
|
|
|
| |
of comments and nodes.
|
|
|
|
| |
http://groups.yahoo.com/group/xml-rpc/message/3626
|
|
calls can implement the new 'xmlrpc' hook.
Example:
function mymodule_xmlrpc() {
return array("drupal.myfunction" => array("function" => "mymodule_myfunction"));
}
|