Index: C:/xampp/htdocs/Nueva carpeta/rotor.install =================================================================== --- C:/xampp/htdocs/Nueva carpeta/rotor.install (revision 2380) +++ C:/xampp/htdocs/Nueva carpeta/rotor.install (revision 2381) @@ -26,7 +26,8 @@ 'fields' => array( 'nid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, 'description' => 'The node id associated.'), 'file_path' => array('type' => 'varchar', 'not null' => FALSE, 'length' => 255, 'description' => 'The path of the image that will be displayed.'), - ), + /* Adding url*/ 'url' => array('type' => 'varchar', 'not null' => FALSE, 'length' => 255, 'description' => 'The url of the image that will be actived.'), + ), 'primary key' => array('nid'), 'description' => 'The file path for the rotor item image.', );