Log in with username/password: lyceum/lyceum

Changeset 1076

Show
Ignore:
Timestamp:
08/18/07 19:21:07 (1 year ago)
Author:
jjb
Message:

cruft, formatting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/admin-db.php

    r1075 r1076  
    402402 
    403403   if (!empty ($title)) 
    404       // return $wpdb->get_var("SELECT ID FROM $wpdb->posts WHERE post_title = '$title' $post_date"); 
    405404      return $wpdb->get_post_var("ID", "post_title = '$title' $post_date"); 
    406405   else 
    407406      if (!empty ($content)) 
    408          // return $wpdb->get_var("SELECT ID FROM $wpdb->posts WHERE post_content = '$content' $post_date"); 
    409407         return $wpdb->get_post_var("ID", "post_content = '$content' $post_date"); 
     408 
    410409   return 0; 
    411410} 
Log in with username/password: lyceum/lyceum