comparison dnd.module @ 54:d6f510f35e72 tip

Fix a PHP notice
author Franck Deroche <franck@defr.org>
date Thu, 19 Aug 2010 12:02:47 +0200
parents a54d04d76554
children
comparison
equal deleted inserted replaced
53:4e975bbf1bfe 54:d6f510f35e72
1 <?php 1 <?php
2 2
3 // A suffix for auto generated IDs 3 // A suffix for auto generated IDs
4 define(DND_ID_SUFFIX, '-dnd-library'); 4 define('DND_ID_SUFFIX', '-dnd-library');
5 5
6 /** 6 /**
7 * Implementation of hook_menu(). 7 * Implementation of hook_menu().
8 */ 8 */
9 function dnd_menu() { 9 function dnd_menu() {