Changeset 9985 for trunk/links.php
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/links.php
r7196 r9985 57 57 global $tmpl; 58 58 59 $links_res = db_res( "SELECT * FROM ` Links`" );59 $links_res = db_res( "SELECT * FROM `sys_links`" ); 60 60 61 61 if ( !mysql_num_rows( $links_res ) )
Note: See TracChangeset
for help on using the changeset viewer.