module

Fix for overriding favorite nodes links

  1. function phptemplate_links($links, $attributes = array('class' => 'links')) {
  2.   $output = '';
  3.  
  4.   if (count($links) > 0) {
  5.     $output = '<ul'. drupal_attributes($attributes) .'>';

Fix for overriding favorite nodes links

  1. function phptemplate_links($links, $attributes = array('class' => 'links')) {
  2.   $output = '';
  3.  
  4.   if (count($links) > 0) {
  5.     $output = '<ul'. drupal_attributes($attributes) .'>';

Fix for overriding favorite nodes links

  1. function phptemplate_links($links, $attributes = array('class' => 'links')) {
  2.   $output = '';
  3.  
  4.   if (count($links) > 0) {
  5.     $output = '<ul'. drupal_attributes($attributes) .'>';

Fix for overriding favorite nodes links

  1. /**
  2.  * Implementation of hook_links().
  3.  */
  4. function favorite_nodes_link($type, $node = null, $teaser = false) {
  5.   global $user;
  6.   $links = array();
  7.   if ($type == 'node' && !$teaser) {

overriding favorite nodes links

  1. /**
  2.  * Implementation of hook_links().
  3.  */
  4. function favorite_nodes_link($type, $node = null, $teaser = false) {
  5.   global $user;
  6.   $links = array();
  7.   if ($type == 'node' && !$teaser) {

First Commit of a module, posted here for RMuilwijk in IRC

  1. Macintosh:Drupal brianpuccio$ cvs login
  2. Logging in to :pserver:brianpuccio@cvs.drupal.org:2401/cvs/drupal-contrib
  3. CVS password:

Crawler

  1. <?php
  2. // $Id$
  3.  
  4.  
  5.  /**
  6.   *  cURL class
  7.   */
  8.   class drupal_security_scanner_test {
  9.  
  10.   var $ch;
  11.   var $curl_options = array();
  12.   var $elements;
  13.  
  14.   /**
  15.  

hook form parse error

  1. /**
  2.  * Implementation of hook_form()
  3.  * TODO: title=hostname ip= file=tar.bz2 description=body disk size=(permissioned) memory size=(permissioned) swap size=(permissioned)
  4.  */

This is simplemodule.module . It only has 3 lines of code. not working :(

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function simplemodule_user($op, &$edit, &$account, $category = NULL) {

Fix for my module is showing bug .. not sure why ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. /* TODO: add user billing address. User card information or other things may be .. */
Syndicate content