Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4.2.2, Fri Jun 29 11:04:51 2007 UTC | revision 1.4.2.3, Thu Jul 12 21:58:26 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: authorship.module,v 1.4.2.1 2007/02/07 01:46:19 karpuz Exp $ | // $Id: authorship.module,v 1.4.2.2 2007/06/29 11:04:51 karpuz Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 121 function authorship_nodeapi(&$node, $op, | Line 121 function authorship_nodeapi(&$node, $op, |
| 121 | } | } |
| 122 | } | } |
| 123 | break; // end 'view' | break; // end 'view' |
| 124 | case 'update index': | |
| 125 | return db_result(db_query("SELECT authorship FROM {node_authorship} WHERE nid = %d", $node->nid)); | |
| 126 | break; | |
| 127 | ||
| 128 | } // end switch | } // end switch |
| 129 | } | } |
| 130 | /* }}} */ | /* }}} */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |