You are here

function plus1_schema in Plus 1 6.2

Same name and namespace in other branches
  1. 6 plus1.install \plus1_schema()

Implements hook_schema().

File

./plus1.install, line 19
A simple +1 voting widget module.

Code

function plus1_schema() {
  return array();
}