kallaspriit / Cassandra-PHP-Client-Library

Cassandra PHP-based client library for managing and querying your Cassandra cluster
http://cassandra-php-client-library.com
103 stars 25 forks source link

getTimestamp not static #8

Closed eklinger closed 12 years ago

eklinger commented 12 years ago

It seems the CassandraUtil::getTimestamp() function is used in many places in Cassandra.php but that function is not static within CassandraUtil:

public function getTimestamp()

kallaspriit commented 12 years ago

Thanks for noticing, fixed.