Closed (fixed)
Project:
Album Photos
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2009 at 22:41 UTC
Updated:
27 Jul 2013 at 02:53 UTC
drupal_set_message($_FILES['files']['name']['images_0'].'kkkk');
at line #698 in photos.module
Comments
Comment #1
vako commentedSo, which lines are we suppose to disable? the whole function or just the line?
will it be enough to put // in front of the line?
Comment #2
NeilPorter commentedYes, you can just put // in front of that line and it will get rid of that kkkk message.
Comment #3
nathaniel commented