0byt3m1n1
Path:
/
data
/
applications
/
aps
/
geeklog
/
1.8.0-0
/
standard
/
htdocs
/
sql
/
updates
/
[
Home
]
File: mysql_1.3.5_to_1.3.6.php
<?php $_SQL[] = "DELETE FROM {$_TABLES['commentcodes']} WHERE code = 1"; $_SQL[] = "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr, ft_gl_core) VALUES ('story.submit', 'May skip the story submission queue', 1)"; $_SQL[] = "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr, ft_gl_core) VALUES ('link.submit', 'May skip the link submission queue', 1)"; $_SQL[] = "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr, ft_gl_core) VALUES ('event.submit', 'May skip the event submission queue', 1)"; ?>