Comments

xurizaemon’s picture

Uh. Probably won't hurt if I point out the actual bug.

Will this still just get parsed as array('s', /* rest of array is ok */) anyway? Or did PHP stop that awful?

   $schema['flickrsets'] = array(
     'fields' => array(s                                        /* ← s */
       'nid' => array('type' => 'int'),
       'flickrid' => array('type' => 'text'),
     ),
     'primary key' => array('nid'),
   );